强制隐藏输入法

来源:互联网 发布:建筑方案动画软件 编辑:程序博客网 时间:2024/06/07 00:52
InputMethodManager imm = (InputMethodManager) mContext
.getSystemService(Context.INPUT_METHOD_SERVICE);
imm.hideSoftInputFromWindow(mView.getWindowToken(), 0);
0 0