X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2FAndroidManifest.xml;h=773f0a88a1c8ad151d6f63c790d66b0082735dc5;hb=13af786f465d2893b650cf848b65524dda58ade5;hp=5c5adf6e5e80b07b89d0b13fa36dd6cf6c7acef0;hpb=218e03269d47ababa71ae0dcec7b6ea8fef20454;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 5c5adf6e..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" > @@ -57,15 +65,17 @@ + + android:parentActivityName=".MainWebViewActivity" + android:persistableMode="persistNever" > + android:value=".MainWebViewActivity" />