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
Intent option Notification on statusbar
Moderator: Martin
Re: Intent option Notification on statusbar
Good idea! I want that too!