From faee5f4bdfce82b920dc27119cafcdda7b4c4a8a Mon Sep 17 00:00:00 2001 From: "Tadashi G. Takaoka" Date: Tue, 17 Jan 2012 14:59:27 +0900 Subject: [PATCH] Use EditorInfo.IME_FLAG_FORCE_ASCII instead of privateImeOptions This change overrides Id40a164c. Bug: 5850605 Change-Id: Id14aa2ebdf4087c88412ed82de75442785396b84 --- res/layout/crypt_keeper_password_field.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/res/layout/crypt_keeper_password_field.xml b/res/layout/crypt_keeper_password_field.xml index 17968e84b05..bdb4945b508 100644 --- a/res/layout/crypt_keeper_password_field.xml +++ b/res/layout/crypt_keeper_password_field.xml @@ -26,8 +26,7 @@ android:layout_weight="1" android:singleLine="true" android:inputType="textPassword" - android:imeOptions="actionDone" - android:privateImeOptions="com.google.android.inputmethod.latin.forceAscii" + android:imeOptions="flagForceAscii|actionDone" android:textAppearance="?android:attr/textAppearanceMedium" />