diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 9a11ae21..aa4a56fd 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -4,7 +4,7 @@
-
+
@@ -13,7 +13,7 @@
android:allowBackup="true"
android:icon="@drawable/love"
android:label="LÖVE for Android"
- android:theme="@android:style/Theme.NoTitleBar.Fullscreen" >
+ android:usesCleartextTraffic="true" >
+ android:resizeableActivity="false"
+ android:theme="@android:style/Theme.NoTitleBar.Fullscreen" >
@@ -55,7 +56,8 @@
+ android:noHistory="true"
+ android:theme="@android:style/Theme.NoTitleBar" >