标签: java android keyboard hide
我想在没有Android键盘的情况下运行我的应用程序。
有什么想法吗?
我已经尝试了InputMethodManager中的“ hideSoftInputFromWindow”方法,但是只有在EditText聚焦时它才第一次隐藏它。