diff options
author | 2011-07-11 07:47:09 +0900 | |
---|---|---|
committer | 2011-07-11 10:15:03 +0900 | |
commit | 4a0c343dbdcf04245e6d5a94e68a0461efb78e83 (patch) | |
tree | 3f5ced7b58e877ad1c5791c73741bcfb24d002ce /java/res | |
parent | 0efe174ea43fe576683102effbaef5be27575706 (diff) | |
download | latinime-4a0c343dbdcf04245e6d5a94e68a0461efb78e83.tar.gz latinime-4a0c343dbdcf04245e6d5a94e68a0461efb78e83.tar.xz latinime-4a0c343dbdcf04245e6d5a94e68a0461efb78e83.zip |
Use InputMethodSettingsActivity
Bug: 4979539
Change-Id: Ib721814bfe80822ded7b0d801f6bc0c854588da4
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/xml/method.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/xml/method.xml b/java/res/xml/method.xml index 43e72ce5f..7aaf57b47 100644 --- a/java/res/xml/method.xml +++ b/java/res/xml/method.xml @@ -28,7 +28,7 @@ <!-- If IME doesn't have an applicable subtype, the first subtype will be used as a default subtype.--> <input-method xmlns:android="http://schemas.android.com/apk/res/android" - android:settingsActivity="com.android.inputmethod.latin.SettingsActivity" + android:settingsActivity="com.android.inputmethod.latin.Settings" android:isDefault="@bool/im_is_default"> <subtype android:icon="@drawable/ic_subtype_keyboard" android:label="@string/subtype_mode_en_US_keyboard" |