X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2FAndroidManifest.xml;h=d7784e6e15a542609e48b4bb697472a78160c6b1;hb=038527fc881cb548e212d3904c878cceaaf050ab;hp=429fa66e0252980a201e4bb71f3e22499a16fc01;hpb=61a76e491469916f2f30aebb47b98cda7cceb557;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 429fa66e..d7784e6e 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,7 +1,7 @@ + `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. -->