X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2FAndroidManifest.xml;h=773f0a88a1c8ad151d6f63c790d66b0082735dc5;hb=13af786f465d2893b650cf848b65524dda58ade5;hp=66fc9a55706f27eab2d5047c0c6c598cff380b8a;hpb=0aa72aa07a72cf0abf77e9f3c4c959ea1b444a71;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 66fc9a55..773f0a88 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -21,26 +21,34 @@ + + + + + + android:icon="@mipmap/ic_launcher" + android:theme="@style/AppTheme" + android:allowBackup="false" + android:fullBackupContent="false" > + + android:theme="@style/AppTheme.NoActionBar" + android:configChanges="orientation|screenSize" + android:launchMode="singleTask" + android:persistableMode="persistNever" > @@ -56,6 +64,20 @@ + + + + + + + +