Use the new settings activity class name

Follow up to I96230f05

Change-Id: I0ee7ccb5461764490ae9c977658883b10fe3ed3d
This commit is contained in:
Ken Wakasa 2011-07-06 12:38:34 +09:00
parent f60d09ac30
commit 273e5d60f4

View file

@ -2033,7 +2033,7 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
} }
protected void launchSettings() { protected void launchSettings() {
launchSettings(Settings.class); launchSettings(SettingsActivity.class);
} }
public void launchDebugSettings() { public void launchDebugSettings() {