From 36b4375bac2c982a560b45d91657b35c885ab195 Mon Sep 17 00:00:00 2001
From: Mike LeBeau <mlebeau@android.com>
Date: Sun, 17 Jan 2010 19:22:57 -0500
Subject: [PATCH] Specify the correct settings activity for LatinIME.

---
 res/xml/method.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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