1. 应用启动后,自动打开软键盘
InputMethodManager imm = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE);
imm.toggleSoftInput(InputMethodManager.RESULT_UNCHANGED_SHOWN,
InputMethodManager.HIDE_NOT_ALWAYS);
1. 应用启动后,自动打开软键盘
InputMethodManager imm = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE);
imm.toggleSoftInput(InputMethodManager.RESULT_UNCHANGED_SHOWN,
InputMethodManager.HIDE_NOT_ALWAYS);