summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/AndroidManifest.xml b/ui/AndroidManifest.xml
index fa795c9f..d08ec191 100644
--- a/ui/AndroidManifest.xml
+++ b/ui/AndroidManifest.xml
@@ -11,7 +11,8 @@
android:icon="@mipmap/ic_launcher_download"
android:hardwareAccelerated="true"
android:supportsRtl="true"
- android:requiredForAllUsers="true">
+ android:requiredForAllUsers="true"
+ android:usesCleartextTraffic="true">
<activity
android:name=".TrampolineActivity"