X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2FAndroidManifest.xml;h=968bfeb11297f97560cd6d3c3c3e685a87573a09;hb=a54a66c7d169d2edf55ba560ec2d951e709188e6;hp=15237aabdd7e00a870dd03171f055577d73fa58c;hpb=a7e15f550848e50703320e8811d24a7cf0d8d189;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 15237aab..968bfeb1 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,9 +1,9 @@ - + + + - + + + + + + + + + + + + + + + + + + + android:supportsRtl="true" + android:theme="@style/PrivacyBrowser" + android:networkSecurityConfig="@xml/network_security_config" + android:enableOnBackInvokedCallback="true" + android:localeConfig="@xml/locales_config" + 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" > + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +