aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike LeBeau <mlebeau@android.com>2010-01-17 19:22:57 -0500
committerMike LeBeau <mlebeau@android.com>2010-01-17 19:22:57 -0500
commit36b4375bac2c982a560b45d91657b35c885ab195 (patch)
tree77e7cf6e440ffda4df8978a4eb28f7581646eea6
parentd8564506124fe6a683ef0adf8ca5cf5348756f8d (diff)
downloadlatinime-36b4375bac2c982a560b45d91657b35c885ab195.tar.gz
latinime-36b4375bac2c982a560b45d91657b35c885ab195.tar.xz
latinime-36b4375bac2c982a560b45d91657b35c885ab195.zip
Specify the correct settings activity for LatinIME.
-rw-r--r--res/xml/method.xml4
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"
/>