Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ede59787 authored by Alex Klyubin's avatar Alex Klyubin Committed by Android Git Automerger
Browse files

am 0addfeb2: Gallery2 app might use cleartext network traffic.

* commit '0addfeb2':
  Gallery2 app might use cleartext network traffic.
parents a63a83b1 0addfeb2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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"