Should use stateAlwaysHidden for inputmode

automerge: aa705e6

* commit 'aa705e6853e121ef5d4077dbe448125e6ab2d836':
  Should use stateAlwaysHidden for inputmode
This commit is contained in:
Jin Cao 2014-11-02 07:13:29 +00:00 committed by android-build-merger
commit 8d6c6348dc
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@
android:label="@string/app_name"
android:name="com.android.email2.ui.MailActivityEmail"
android:theme="@style/MailActivityTheme"
android:windowSoftInputMode="stateHidden">
android:windowSoftInputMode="stateAlwaysHidden">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />