X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2FAndroidManifest.xml;h=2d572fa7a49d6111e55860f24d6d32ae2bf36965;hp=429fa66e0252980a201e4bb71f3e22499a16fc01;hb=30199e211f320d781774a8cfa683317c71635871;hpb=61a76e491469916f2f30aebb47b98cda7cceb557 diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 429fa66e..2d572fa7 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -129,7 +129,8 @@ + `tools:ignore="unusedAttribute"` removes the lint warning that `persistableMode` does not apply to API < 21. + `android:windowSoftInputMode="stateAlwaysHidden"` removes the keyboard from the screen, which is displayed because `ScrollViews` always focus the first `EditText` despite being told not to. -->