Permanently enable and disable blinking LED notification light in android programmatically

删除回忆录丶 提交于 2019-12-05 20:43:39

I was wondering if the new API versions has some support for turning it off completely

You cannot enable or disable the LED behavior through the Android SDK, except within your own app, where you control what any Notification does that you raise.

You can only control the led if your app raies a notification when no other apps have raised a notifiction.

It is possible on some devices to bypass android and control it directly in unix shell, but this is obviously not recommended.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!