我试图在一个活动中强行打开软键盘,抓取输入的所有内容,因为我想自己处理输入,我没有EditText。目前,我已经尝试过这个,但它不起作用。我希望软键盘在mAnswerTextView下面打开(注:它是一个TextView而不是EditText)。
InputMethodManager mgr = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE);
// only will trigger it if no physical keyboard is open
mgr.showSoftIn