2013年5月28日 星期二

change input method

private void showInputMethodPicker() { InputMethodManager imeManager = (InputMethodManager) getApplicationContext().getSystemService(INPUT_METHOD_SERVICE); if (imeManager != null) { imeManager.showInputMethodPicker(); } else { Toast.makeText(this, R.string.not_possible_im_picker, Toast.LENGTH_LONG).show(); } }

沒有留言:

張貼留言

Related Posts Plugin for WordPress, Blogger...