Merge "IMM#showInputMethodPickerFromSystem for supporting multi-display."
This commit is contained in:
committed by
Android (Google) Code Review
commit
e29f278fa9
@@ -774,7 +774,8 @@ public class CryptKeeper extends Activity implements TextView.OnEditorActionList
|
||||
imeSwitcher.setOnClickListener(new OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
imm.showInputMethodPicker(false /* showAuxiliarySubtypes */);
|
||||
imm.showInputMethodPickerFromSystem(false /* showAuxiliarySubtypes */,
|
||||
v.getDisplay().getDisplayId());
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user