1

Is it possible to access the notification led without creating a new notification? I would like to make it change colors over time but when I just change the color of an existing notification it is not smooth and only works when the device is locked.

Busti
  • 5,492
  • 2
  • 21
  • 34

1 Answers1

1

No, you can't do this. Android API doesn't have any method which would allow it.

XorOrNor
  • 8,868
  • 12
  • 48
  • 81
  • I've seen another method to en/disable the led could it be a method to access it? http://stackoverflow.com/questions/3304971 – Busti Jan 17 '14 at 22:21
  • Sorry, but I don't see any working solution in the topic you've posted. – XorOrNor Jan 18 '14 at 16:35