diff options
author | 2010-01-17 19:22:57 -0500 | |
---|---|---|
committer | 2010-01-17 19:22:57 -0500 | |
commit | 36b4375bac2c982a560b45d91657b35c885ab195 (patch) | |
tree | 77e7cf6e440ffda4df8978a4eb28f7581646eea6 | |
parent | d8564506124fe6a683ef0adf8ca5cf5348756f8d (diff) | |
download | latinime-36b4375bac2c982a560b45d91657b35c885ab195.tar.gz latinime-36b4375bac2c982a560b45d91657b35c885ab195.tar.xz latinime-36b4375bac2c982a560b45d91657b35c885ab195.zip |
Specify the correct settings activity for LatinIME.
-rw-r--r-- | res/xml/method.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/method.xml b/res/xml/method.xml index 4a807947b..195691b7b 100644 --- a/res/xml/method.xml +++ b/res/xml/method.xml @@ -21,6 +21,6 @@ <!-- for the Input Method Manager. --> <input-method xmlns:android="http://schemas.android.com/apk/res/android" - android:settingsActivity="com.google.android.voicesearch.LatinIMEWithVoiceSettings" - android:isDefault="true" + android:settingsActivity="com.android.inputmethod.latin.LatinIMESettings" + android:isDefault="true" /> |