我创建了一个android自定义键盘。按下按钮后,我希望它将键盘改回以前的键盘,可以使用InputMethodManager.setInputMethod(IBinder token, String id);
但是,我不知道从哪里获取令牌-使用getCurrentInputBinding().getConnectionToken()
不起作用。
有人知道在哪里找到令牌吗?
谢谢,
埃德
最佳答案
事实证明,switchInputMethod(String id)
方法可以有效对待-不需要该令牌。