Automatically show keyboard when new SMS is composed

This commit is contained in:
bozsco
2014-01-09 16:52:11 -05:00
parent 75ce00cb90
commit e9a8c7474c
2 changed files with 4 additions and 0 deletions

View File

@@ -128,6 +128,7 @@
<activity android:name=".ContactSelectionActivity"
android:label="@string/AndroidManifest__select_contacts"
android:windowSoftInputMode="stateHidden"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
<activity android:name=".AutoInitiateActivity"