X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2FAndroidManifest.xml;h=fc0dc95ac758e41933282783ed5204a4132c9a3d;hb=3192bd34bf50f05fa3939565dd979d42020fb78d;hp=de72063f41e00162ac2946f7119ce981b2fdc259;hpb=012e5595c82d6e8d0b8a46f1ef18a02a56341182;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index de72063f..fc0dc95a 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -43,7 +43,9 @@ android:roundIcon="@mipmap/privacy_browser_round" android:allowBackup="false" android:fullBackupContent="false" - android:supportsRtl="true" > + android:supportsRtl="true" + android:networkSecurityConfig="@xml/network_security_config" + tools:ignore="UnusedAttribute" >