From 86d792d41ded48ef437343f3fe40d10f6d1c00ca Mon Sep 17 00:00:00 2001 From: Colin Lee Date: Tue, 29 Jan 2019 15:19:00 -0600 Subject: [PATCH] Add cleartextPermitted flag --- app/src/main/AndroidManifest.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 42a3c9d60..7395fb4b3 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,6 +1,6 @@ + xmlns:tools="http://schemas.android.com/tools" package="org.mozilla.fenix"> @@ -12,7 +12,9 @@ android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:name=".FenixApplication" - android:theme="@style/LightAppTheme"> + android:theme="@style/LightAppTheme" + android:usesCleartextTraffic="true" + tools:ignore="UnusedAttribute">