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:
@@ -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"));
|
||||
|
Reference in New Issue
Block a user