diff options
author | dhewg | 2011-03-03 21:56:20 +0100 |
---|---|---|
committer | dhewg | 2011-03-04 21:31:13 +0100 |
commit | 62c1c1b821c309faab0f076be7c1b9eee69a2792 (patch) | |
tree | 474970b997565ec37b01bf1767deb680853af49f /dists/android | |
parent | 39902452a2d659ac6eddde2febdfddbebd7c771d (diff) | |
download | scummvm-rg350-62c1c1b821c309faab0f076be7c1b9eee69a2792.tar.gz scummvm-rg350-62c1c1b821c309faab0f076be7c1b9eee69a2792.tar.bz2 scummvm-rg350-62c1c1b821c309faab0f076be7c1b9eee69a2792.zip |
ANDROID: Remove 'persistent' from the manifest
That's a flag valid only for apps build into the system image
Diffstat (limited to 'dists/android')
-rw-r--r-- | dists/android/AndroidManifest.xml | 3 | ||||
-rw-r--r-- | dists/android/AndroidManifest.xml.in | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/dists/android/AndroidManifest.xml b/dists/android/AndroidManifest.xml index 2ea2b484ac..339655b471 100644 --- a/dists/android/AndroidManifest.xml +++ b/dists/android/AndroidManifest.xml @@ -14,8 +14,7 @@ <application android:name=".ScummVMApplication" android:label="@string/app_name" android:description="@string/app_desc" - android:icon="@drawable/scummvm" - android:persistent="true"> + android:icon="@drawable/scummvm"> <activity android:name=".ScummVMActivity" android:theme="@android:style/Theme.NoTitleBar.Fullscreen" android:screenOrientation="landscape" diff --git a/dists/android/AndroidManifest.xml.in b/dists/android/AndroidManifest.xml.in index 26a94f957b..3ff96aa3dd 100644 --- a/dists/android/AndroidManifest.xml.in +++ b/dists/android/AndroidManifest.xml.in @@ -14,8 +14,7 @@ <application android:name=".ScummVMApplication" android:label="@string/app_name" android:description="@string/app_desc" - android:icon="@drawable/scummvm" - android:persistent="true"> + android:icon="@drawable/scummvm"> <activity android:name=".ScummVMActivity" android:theme="@android:style/Theme.NoTitleBar.Fullscreen" android:screenOrientation="landscape" |