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 @@
-
-