Question

Background: I have an app with notifications and I want to support LED notifications (and it's working perfectly). In my preferences, I allow the user to customize the LED notifications.

Problem: I don't want to show the LED customization options if the device doesn't support them because it can possibly confuse the user (If all you've had were cheap Androids, you have no idea what LED notification is). Is there an API that I can use to detect if the device supports it?

if there is an 'old' and a 'new' way, I'd probably prefer the old way as my lowest supported API level is 4.

Thanks

LED notification: If enabled, your phone's LED will blink for notifications when your display is off.

Was it helpful?

Solution

Is there an API that I can use to detect if the device supports it?

Alas, no, there is no API for this.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top