From 842253f64327476085f7d8e37088c79f1980ed38 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Tue, 23 Apr 2019 01:58:09 -0400 Subject: [PATCH] v0.7.2c: removed unnecessary manifest elements --- core/src/main/AndroidManifest.xml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/core/src/main/AndroidManifest.xml b/core/src/main/AndroidManifest.xml index 55bdc854f..5df3bac10 100644 --- a/core/src/main/AndroidManifest.xml +++ b/core/src/main/AndroidManifest.xml @@ -20,14 +20,13 @@ android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:theme="@android:style/Theme.Black.NoTitleBar" + android:resizeableActivity="true" android:allowBackup="true" android:fullBackupOnly="true" android:backupAgent="com.shatteredpixel.shatteredpixeldungeon.BackupHandler"> @@ -35,8 +34,6 @@ - -