Preserve enabled subtypes across disabling and re-enabling an IME
Bug: 16464156 Change-Id: I2ea4d010e47e5f48b2df11775b0c262330b28e89
This commit is contained in:
@@ -112,6 +112,10 @@ class InputMethodPreference extends SwitchPreference implements OnPreferenceClic
|
||||
setOnPreferenceChangeListener(this);
|
||||
}
|
||||
|
||||
public InputMethodInfo getInputMethodInfo() {
|
||||
return mImi;
|
||||
}
|
||||
|
||||
private boolean isImeEnabler() {
|
||||
// If this {@link SwitchPreference} doesn't have a widget layout, we explicitly hide the
|
||||
// switch widget at constructor.
|
||||
|
Reference in New Issue
Block a user