android 封锁弹出键盘

android 关闭弹出键盘((InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE)).hideSoftI

android 关闭弹出键盘

((InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE)).

hideSoftInputFromWindow(FoodLibActivity.this.getCurrentFocus().getWindowToken(),InputMethodManager.HIDE_NOT_ALWAYS);