📜  输入 android 后隐藏键盘 - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:04.295000             🧑  作者: Mango

代码示例1
InputMethodManager inputManager = (InputMethodManager) context.getSystemService(Context.INPUT_METHOD_SERVICE); 
inputManager.hideSoftInputFromWindow(this.getCurrentFocus().getWindowToken(),InputMethodManager.HIDE_NOT_ALWAYS);