Use the new settings activity class name

Follow up to I96230f05

Change-Id: I0ee7ccb5461764490ae9c977658883b10fe3ed3d
main
Ken Wakasa 2011-07-06 12:38:34 +09:00
parent f60d09ac30
commit 273e5d60f4
1 changed files with 1 additions and 1 deletions

View File

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