且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

始终在屏幕上显示键盘输入

更新时间:2023-08-31 23:29:46

使用此

InputMethodManager imm =(InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE);
imm.showSoftInput(autoSuggestionTextView,InputMethodManager.SHOW_IMPLICIT);

InputMethodManager imm = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE); imm.showSoftInput(autoSuggestionTextView,InputMethodManager.SHOW_IMPLICIT);