我正在尝试使用Android Notification。
通知振动和声音有效,但闪烁的灯没有,当屏幕关闭时,它都没有。
这是我的代码:
notification.defaults |= Notification.DEFAULT_VIBRATE;
notification.defaults |= Notification.DEFAULT_SOUND;
notification.flags |= Notification.FLAG_SHOW_LIGHTS;
notification.ledARGB = 0xff00ff00;
notification.ledOnMS = 300;
notification.ledOffMS = 1000;
我在这里做错了什么?
答案 0 :(得分:0)
您的设备很可能根本不支持此功能。并非所有设备都可以。