//隐藏输入键盘((InputMethodManager)getSystemService(INPUT_METHOD_SERVICE)) .hideSoftInputFromWindow(BshToolsActivity.this.getCurrentFocus().getWindowToken(), InputMethodManager.HIDE_NOT_ALWAYS);
Android 隐藏输入软键盘
原文:http://www.cnblogs.com/yshyee/p/3541333.html