X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2FAndroidManifest.xml;h=70b076d3d8ec35a8703d638fc9d50f0ca5b95c64;hp=1f1aed55d1e48373750afafc25748fdd0643e406;hb=b1612e9c92c3aa6cc39e89c2a7859dfeebf71bf9;hpb=3e02a4c1e5eb1639caad22b0ff229a6b4bc4aecd diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 1f1aed55..70b076d3 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,37 +1,282 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + 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" > + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +