如何以编程方式测试第三个软按钮是否存在?
我想以编程方式知道设备上是否存在第三个软按钮。如何实现这一目标?
I want to know programatically if the third softbutton is present or not on a device. How to achieve that ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
无法检测第三个软按钮 UI 的存在。是否使用第三个软按钮由应用程序决定。
There is no way to detect the presence of a third softbutton UI. Its an application decision whether to use a third softbutton or not.
检查此链接这是一个示例用于检查所有键。
& 检查此功能以检测软键这样您就可以了解如何找到第三个软按钮是否存在。
谢谢
check this link this is one example for checking all keys.
& Check this also for detecting soft_keys so you can get idea how to find third softbutton present or not.
Thanks