summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 234d39a38..2aea5699c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -43,7 +43,8 @@
android:hardwareAccelerated="true"
android:largeHeap="true"
android:restoreAnyVersion="true"
- android:supportsRtl="true">
+ android:supportsRtl="true"
+ usesCleartextHttp="true">
<uses-library android:name="com.google.android.media.effects" android:required="false" />
<uses-library android:name="org.apache.http.legacy" android:required="false" />
<activity android:name="com.android.gallery3d.app.MovieActivity"