am 0b27b809: am 8d6c6348: Should use stateAlwaysHidden for inputmode automerge: aa705e6

* commit '0b27b809ccb8bdfcd64ad12e9190b798015ef138':
  Should use stateAlwaysHidden for inputmode
This commit is contained in:
Jin Cao 2014-11-02 17:36:59 +00:00 committed by Android Git Automerger
commit 5d03847c3f
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" />