如何获取此对话框以编程方式更改键盘 android
How to get this dialog to change the keyboard android programmatically
如何从我的应用程序打开此对话框以更改键盘。
InputMethodManager imeManager = (InputMethodManager)
getApplicationContext().getSystemService(INPUT_METHOD_SERVICE);
imeManager.showInputMethodPicker();
如何从我的应用程序打开此对话框以更改键盘。
InputMethodManager imeManager = (InputMethodManager)
getApplicationContext().getSystemService(INPUT_METHOD_SERVICE);
imeManager.showInputMethodPicker();