Specify the correct settings activity for LatinIME.
diff --git a/res/xml/method.xml b/res/xml/method.xml
index 4a80794..195691b 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"
/>