InputMethodManager mgr = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE); if (mgr != null) { mgr.showInputMethodPicker(); }
0 件のコメント:
コメントを投稿