禁用/启用通知 LED
是否可以通过编程方式禁用和启用 Android 设备上的 LED 指示灯?我指的并不是像通知中那样打开和关闭它。我在 api 中没有看到任何可以这样做的东西。我猜如果可能的话,这是特定于硬件的。
Is it possible to programmatically disable and enable the led indicator light on an Android device? I am not referring to just turning it on and off as in a notification. I did not see anything in the api that would do so. I am guessing this is hardware specific if it is possible at all.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,当然有办法...
1 - 指示开启状态
0 - 指示关闭状态
Yea sure there is a way...
1 - indicate on state
0 - indicate off state
除了
Notification
类之外,我还没有看到任何用于处理 LED 的 API。I have not seen any APIs for dealing with the LEDs other than the
Notification
class.