diff options
-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" |