X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2FAndroidManifest.xml;h=2d572fa7a49d6111e55860f24d6d32ae2bf36965;hp=60d1f3aa8f2ba8f87bb2e9cd767226505bbc4fda;hb=30199e211f320d781774a8cfa683317c71635871;hpb=c4ad9f457f41cbc86391e0099629cd94a235258a diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 60d1f3aa..2d572fa7 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -19,7 +19,8 @@ along with Privacy Browser. If not, see . --> + xmlns:tools="http://schemas.android.com/tools" + package="com.stoutner.privacybrowser" > @@ -28,16 +29,20 @@ + + + + + android:fullBackupContent="false" + android:supportsRtl="true" > - + @@ -45,13 +50,16 @@ + `android:persistableMode="persistNever"` removes Privacy Browser from the recents screen on a device reboot. + `tools:ignore="unusedAttribute"` removes the lint warning that `persistableMode` does not apply to API < 21. --> + android:screenOrientation="fullUser" + android:persistableMode="persistNever" + tools:ignore="UnusedAttribute" > @@ -70,53 +78,94 @@ + `android:persistableMode="persistNever"` removes Privacy Browser from the recents screen on a device reboot. + `tools:ignore="unusedAttribute"` removes the lint warning that `persistableMode` does not apply to API < 21. --> + android:screenOrientation="fullUser" + android:persistableMode="persistNever" + tools:ignore="UnusedAttribute" /> + `android:persistableMode="persistNever"` removes Privacy Browser from the recents screen on a device reboot. + `tools:ignore="unusedAttribute"` removes the lint warning that `persistableMode` does not apply to API < 21. --> + android:screenOrientation="fullUser" + android:persistableMode="persistNever" + tools:ignore="UnusedAttribute" /> + `android:persistableMode="persistNever"` removes Privacy Browser from the recents screen on a device reboot. + `tools:ignore="unusedAttribute"` removes the lint warning that `persistableMode` does not apply to API < 21. --> + + + + + + + android:screenOrientation="fullUser" + android:windowSoftInputMode="stateAlwaysHidden" + android:persistableMode="persistNever" + tools:ignore="UnusedAttribute" /> + `android:persistableMode="persistNever"` removes Privacy Browser from the recents screen on a device reboot. + `tools:ignore="unusedAttribute"` removes the lint warning that `persistableMode` does not apply to API < 21. --> + android:screenOrientation="fullUser" + android:persistableMode="persistNever" + tools:ignore="UnusedAttribute" /> + `android:persistableMode="persistNever"` removes Privacy Browser from the recents screen on a device reboot. + `tools:ignore="unusedAttribute"` removes the lint warning that `persistableMode` does not apply to API < 21. --> + android:screenOrientation="fullUser" + android:persistableMode="persistNever" + tools:ignore="UnusedAttribute" />