Can you update the notification bar without a push API?
Is it possible to update the notification bar from an actively running app without using push APIs? I realize that some devices do not run apps in the background, or they run them in a suspended mode, but if the application is running is there a way to simply send a notification to the notification directly without using a roundabout push API?
Given the use case where I want to gently notify the user that the running application could use attention but I don't necessarily want to bother the user if the app isn't even open, using the notification bar seems like a solution. Is this a possible workflow?
-Aaron
