Is there a possibily within Android to get the state of the status bar, especially a new notification was added to it?
It need this to start an activity if something happend in the status bar. I don't mean the "Status bar windows".
Maybe I can use an IntentFilter like :
IntentFilter statusBarIntentFilter = new IntentFilter(android.bla.bla.ACTION_STATUSBAR_STATE_CHANGED);
Thank you so far in advanced!
BR