I have a service that runs in the foreground (constant notification). I want to give the users a button to close it so I thought about notification action (in 4.1) But, before they close it I want to let them know the consequences of closing it and to let them confirm the close.
So basicly I want the normal view of my notification to have a close button and when the user click on it I want to expand my notification to the big view which has confirm/cancel buttons.
From what I've read I can not control which view is presented to the user. It will only show the big view If it's the first notification or the user pinch to zoom it/swipe down.
Can I control which view is presented?
Thanks!