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">