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.
我一直在寻找通过代码禁用和启用 LED 通知灯的能力。我看到了这个线程Disable/enable notification led,但它已经很老了,我想知道新的 API 版本是否支持完全关闭它。
如果您的应用在没有其他应用发出通知时发出通知,您只能控制 LED。
在某些设备上可以绕过android直接在unix shell中控制,但显然不推荐这样做。
我想知道新的 API 版本是否支持完全关闭它
您无法通过 Android SDK 启用或禁用 LED 行为,除非在您自己的应用程序中,您可以控制Notification您提出的任何行为。
Notification