android 代码封闭软键盘

android 代码关闭软键盘?InputMethodManager imm (InputMethodManager)getSystemService(INPUT_METHOD_S

android 代码关闭软键盘

?InputMethodManager imm = (InputMethodManager)getSystemService(INPUT_METHOD_SERVICE);? ? ?

? ? ? ? imm.hideSoftInputFromWindow(editText.getWindowToken(), 0); ? ? ? ?