Changing LED color for notifications

前端 未结 8 1959
囚心锁ツ
囚心锁ツ 2020-12-04 15:56

I am basically just experimenting with Android development, and a couple of days ago I came across this app called \"Go SMS Pro\", which, among other things, can set up noti

相关标签:
8条回答
  • 2020-12-04 16:39

    Did you try: .setLights(Color.BLUE, 500, 500) ?

    Works fine on S3, N5, N4, Nexus one too..

    0 讨论(0)
  • 2020-12-04 16:39

    Support for the LED colors is really spotty. Try unplugging your USB cable and making sure that no other app is trying to modify the LED at the same time. Also turn off the screen.

    0 讨论(0)
提交回复
热议问题