X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2FAndroidManifest.xml;h=d137b34b8f139e4e4f3776b3f116cd165065329c;hb=218d83a82183986e87152c73a5bec86bb6bb1770;hp=6e2fc2d8686ff607e41be5543a61bc4201f11f78;hpb=7cc1c12670be8b9b8ae398527358b9337fceaf5e;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 6e2fc2d8..d137b34b 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,31 +1,85 @@ + + + + + + + + + + + + android:icon="@mipmap/privacy_browser" + 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" > + + + + + + + + + + + + +