我想在上下文菜单中使用select all选项在编辑文本中选择所有文本时阻止打开虚拟键盘。请帮助。
提前致谢
答案 0 :(得分:0)
试试这个:
InputMethodManager imm = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE);
imm.hideSoftInputFromWindow(SearchForm.sf.searchQuery.getWindowToken(), 0);