Fix 3395616: Show IME by default when seting/changing password
Change-Id: I2c110042e58420bdc937582e840227edb93909a5
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index e07f38e..67eed06 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -729,7 +729,7 @@
<activity android:name="ConfirmLockPattern"/>
<activity android:name="ConfirmLockPassword"
- android:windowSoftInputMode="stateUnchanged|adjustResize"/>
+ android:windowSoftInputMode="stateVisible|adjustResize"/>
<activity android:name="ChooseLockGeneric"
android:label="@string/lockpassword_choose_lock_generic_header">
@@ -742,7 +742,7 @@
<activity android:name="ChooseLockPattern" android:exported="false"/>
<activity android:name="ChooseLockPassword" android:exported="false"
- android:windowSoftInputMode="stateUnchanged|adjustResize"/>
+ android:windowSoftInputMode="stateVisible|adjustResize"/>
<activity android:name="ChooseLockPatternTutorial" android:exported="false"/>
@@ -1075,7 +1075,7 @@
<activity android:name="com.android.settings.accounts.ChooseAccountActivity"
android:label="@string/header_add_an_account"
android:theme="@android:style/Theme.Holo.DialogWhenLarge"/>
-
+
<activity android:name=".CryptKeeper"
android:immersive="true"
android:launchMode="singleTop"