I would like to use the RBG notification LED (where available) as a signal, for example imagine I want to flash red very quickly 3 times the LED when you are using my app and battery gets bellow 5% (silly example but you get the picture).
I know how to do this with a system notification but is there any way to do this without triggering it? You can programmatically launch it and then discard it but is there any way to completely avoid using Notification
?