From 6d3b422f97ebc04adb04a7971631860d42a30b77 Mon Sep 17 00:00:00 2001 From: satok Date: Wed, 11 Jan 2012 12:26:41 +0900 Subject: [PATCH] Add EnabledWhenDefaultIsNotAsciiCapable to English keyboard subtype Bug: 5806103 Change-Id: Iffdc68565f4a8b5af98247a4dff9dc4e76b4056a --- java/res/xml/method.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/res/xml/method.xml b/java/res/xml/method.xml index f58ad76f7..a3b1d5859 100644 --- a/java/res/xml/method.xml +++ b/java/res/xml/method.xml @@ -32,7 +32,7 @@ android:label="@string/subtype_en_US" android:imeSubtypeLocale="en_US" android:imeSubtypeMode="keyboard" - android:imeSubtypeExtraValue="TrySuppressingImeSwitcher,AsciiCapable,SupportTouchPositionCorrection" + android:imeSubtypeExtraValue="TrySuppressingImeSwitcher,AsciiCapable,SupportTouchPositionCorrection,EnabledWhenDefaultIsNotAsciiCapable" />