am 8ff6222a: Fix the visibility of preferences in the input method settings

* commit '8ff6222a9136cdbaeea9191869b90abd179efc85':
  Fix the visibility of preferences in the input method settings
This commit is contained in:
satok
2011-08-31 04:48:01 -07:00
committed by Android Git Automerger

View File

@@ -110,6 +110,7 @@ public class InputMethodAndLanguageSettings extends SettingsPreferenceFragment
// IME
mIsOnlyImeSettings = Settings.ACTION_INPUT_METHOD_SETTINGS.equals(
getActivity().getIntent().getAction());
getActivity().getIntent().setAction(null);
mImm = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE);
mImis = mImm.getInputMethodList();
createImePreferenceHierarchy((PreferenceGroup)findPreference("keyboard_settings_category"));