diff options
-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" /> |