标签: android android-softkeyboard
如何从我的应用程序中打开此对话框以更改键盘。
答案 0 :(得分:2)
InputMethodManager imeManager = (InputMethodManager) getApplicationContext().getSystemService(INPUT_METHOD_SERVICE); imeManager.showInputMethodPicker();