1 edit.requestFocusFromTouch(); 2 InputMethodManager s = (InputMethodManager) edit.getContext().getSystemService(Context.INPUT_METHOD_SERVICE); 3 s.showSoftInput(edit, InputMethodManager.SHOW_IMPLICIT);
1 edit.requestFocusFromTouch(); 2 InputMethodManager s = (InputMethodManager) edit.getContext().getSystemService(Context.INPUT_METHOD_SERVICE); 3 s.showSoftInput(edit, InputMethodManager.SHOW_IMPLICIT);