如何让这个对话框以编程方式更改键盘android

时间:2017-12-19 15:05:38

标签: android android-softkeyboard

如何从我的应用程序中打开此对话框以更改键盘。

enter image description here

1 个答案:

答案 0 :(得分:2)

InputMethodManager imeManager = (InputMethodManager) 
getApplicationContext().getSystemService(INPUT_METHOD_SERVICE);
imeManager.showInputMethodPicker();