2

是否可以通过编程方式禁用和启用 Android 设备上的 LED 指示灯?我不是指像通知中那样打开和关闭它。我在 api 中没有看到任何可以这样做的东西。如果可能的话,我猜这是特定于硬件的。

4

2 回答 2

9

Yea sure there is a way...

android.provider.Settings.System.putInt(getContentResolver(), "notification_light_pulse", 1);

1 - indicate on state 0 - indicate off state

于 2013-03-14T12:50:39.523 回答
4

除了类之外,我还没有看到任何用于处理 LED 的 API Notification

于 2010-07-22T01:41:38.337 回答