Always hide the system soft touch keyboard on Droid 'cause that keyboard is likely spying on you and we don't need it to party like it's 1987 :P

This commit is contained in:
Aaron Culliney 2017-07-31 17:48:27 -07:00
parent 11cf51753b
commit 72c5c550fe

View File

@ -23,7 +23,7 @@
android:screenOrientation="sensorLandscape"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:launchMode="singleTask"
android:windowSoftInputMode="adjustResize" >
android:windowSoftInputMode="stateAlwaysHidden" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />