X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;ds=sidebyside;f=app%2Fsrc%2Fmain%2FAndroidManifest.xml;h=cc2645dd84fde815a6df5ec11100fc295428c20e;hb=9e11e18f4775c6bdd41f752f3baa290a0b50621d;hp=6e2fc2d8686ff607e41be5543a61bc4201f11f78;hpb=7cc1c12670be8b9b8ae398527358b9337fceaf5e;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 6e2fc2d8..cc2645dd 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,31 +1,281 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + android:supportsRtl="true" + android:theme="@style/PrivacyBrowser" + android:networkSecurityConfig="@xml/network_security_config" + android:enableOnBackInvokedCallback="true" + tools:ignore="DataExtractionRules,UnusedAttribute" > + + + + + + + + + + + + + + + + + + android:name=".activities.MainWebViewActivity" + android:label="@string/short_name" + android:theme="@style/PrivacyBrowser" + android:configChanges="orientation|screenSize|screenLayout|keyboard|keyboardHidden" + android:launchMode="singleTask" + android:screenOrientation="fullUser" + android:persistableMode="persistNever" + android:exported="true" > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +