X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2FAndroidManifest.xml;h=fc0dc95ac758e41933282783ed5204a4132c9a3d;hp=de72063f41e00162ac2946f7119ce981b2fdc259;hb=06f516f2f5c745981e292451d01b9df7d1fd57eb;hpb=1054eda0dd47e1dc03a243aee74845a2a08e2069 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" >