经过测试:
publicvoidhideSoftKey()
{
//隐藏软键盘
((InputMethodManager)getSystemService(
INPUT_METHOD_SERVICE
)).hideSoftInputFromWindow(
this
.getCurrentFocus().getWindowToken(), InputMethodManager.
HIDE_NOT_ALWAYS
);
}