Fix build breakage

- removing final

Change-Id: Ieeff81025b96f55ca9b5577735c74b25333e2b48
This commit is contained in:
satok
2010-10-08 14:48:15 +09:00
parent 186c9719eb
commit 295ea6f7fd

View File

@@ -180,7 +180,7 @@ public class LanguageSettings extends SettingsPreferenceFragment {
public void onPause() {
super.onPause();
final String lastInputMethodId = Settings.Secure.getString(getContentResolver(),
String lastInputMethodId = Settings.Secure.getString(getContentResolver(),
Settings.Secure.DEFAULT_INPUT_METHOD);
StringBuilder builder = new StringBuilder();