06-18-2012 05:02 PM
A customer would like the LED to be turned off in Consequence.stopNotification(...) only when it was my app that turned it on, and I can't see how to implement that.
The problem is that the LED turns off even when there are still e-mails to be read, for example, even though the work in my app is completed and the notification is canceled.
Is there anything special that I may be missing?
Solved! Go to Solution.
06-22-2012 04:37 PM
You are seeing the expected behaviour. Turning off the LED.setState(LED.STATE_OFF) turns the LED off. The LED isn't a stack, it won't go back to the previous notification.