View view = getWindow().peekDecorView(); if (view != null) { InputMethodManager inputmanger = (InputMethodManager) getSystemService(ResumeBasicInformationActivity.INPUT_METHOD_SERVICE); inputmanger.hideSoftInputFromWindow(view1.getWindowToken(), 0); }