如何以编程方式禁用/启用 Android 中的物理键盘?
我正在开发一个应用程序,它使用连接到 Motorola Xoom 的 USB HID 设备进行某些输入。然而,大多数时候我仍然想使用屏幕键盘。
有没有办法在 Android 3.0+ 中禁用/启用硬件键盘的使用?我希望应用程序的行为就像没有连接键盘时一样。
I have an application that I'm developing that uses a USB HID device connected to a Motorola Xoom for some input. However, the majority of the time I still want to use the on-screen keyboard.
Is there a way to disable/enable the use of hardware keyboard in Android 3.0+? I'd like the application to behave like it would, had there not been a keyboard connected.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以想到的一种解决方案是..
这将避免按下键盘按键期间的任何操作。但你无法禁用 Android 键盘,因为它会使用一些本机方法。
well one solution you can think of is ..
this will avoid any actions during keyboard key press. but there is no way you can disable android keyboard since it will use some native methods.