Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个大问题。这有可能为一个编辑文本设置键盘吗?我的意思是我安装了其他软键盘,并且我在设置中有这个键盘。现在我想点击复选框,我想看看我安装的那个键盘。我怎么能在代码中做到这一点?这个有可能?
出于安全原因,您无法以编程方式控制用户使用哪个键盘。
充其量,您可以制作一个类似于 View 应用程序的一部分的键盘,并在 EditText 上的 onTouch() 事件中显示/隐藏它。