Intent option Notification on statusbar
Posted: 30 Sep 2013 12:50
Hello, is it possible to add intent attributes for Notification on statusbar? (standart android feature in API)
I need to show notification on statusbar and when clicked i need to open new sms for some contact number and some text.
At this time, it seems that I need to create 2 flows
- first which show notification on status bar
- second which listen for "Notification on status bar selected" with conditions what notification was selected and than send general broadcast to open new sms window
I need to show notification on statusbar and when clicked i need to open new sms for some contact number and some text.
At this time, it seems that I need to create 2 flows
- first which show notification on status bar
- second which listen for "Notification on status bar selected" with conditions what notification was selected and than send general broadcast to open new sms window