X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2FAndroidManifest.xml;h=616c7ba6ddd6877a4e183ea52acde75f1b53d7d9;hb=348acd7bd2c9ba9638ff87b34df4e7501214ca27;hp=febfeaf636afaf302b900819a2ca3959159eefd9;hpb=5b4d95aed14b9206438285326ff1562b8864808c;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index febfeaf6..616c7ba6 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -3,7 +3,7 @@ + xmlns:tools="http://schemas.android.com/tools" + package="com.stoutner.privacybrowser" > + - + + + + + + - - - + android:supportsRtl="true" > + + + + + + android:screenOrientation="fullUser" + android:persistableMode="persistNever" + tools:ignore="UnusedAttribute" > - + @@ -59,17 +76,81 @@ + + + + + + + + + android:theme="@style/Settings" + android:parentActivityName=".activities.MainWebView" + android:configChanges="orientation|screenSize" + android:screenOrientation="fullUser" + android:persistableMode="persistNever" + tools:ignore="UnusedAttribute" /> - - - + + + + + + + -