diff --git a/res/xml/method.xml b/res/xml/method.xml
index 4a807947b92a872bbdd2d6a31d29fe83cba4859e..195691b7bcb7f3214d54a634d3a01acfeadd168b 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"
 />