, . InputMethodManager.SHOW_FORCED . SHOW_FORCED, , , .
:
activity.getSystemService(Context.INPUT_METHOD_SERVICE)).showSoftInput(view, InputMethodManager.SHOW_FORCED);
, SHOW_FORCED SHOW_IMPLICIT value
:
activity.getSystemService(Context.INPUT_METHOD_SERVICE)).showSoftInput(view, InputMethodManager.SHOW_IMPLICIT);