Good day all,
I would like to be able to control the LED on an Android handset with finer grained control than is offered by the Notification class. Notifications allow one to change the rate of flashing; e.g. 300 milliseconds on, 1000 milliseconds off, but that's it.
Essentially, I would like to turn the LED on and off at will at arbitrary times. Does anyone know if this is possible? The API does not seem to say so. Would that require dependence on the actual hardware?