In my project i have notification option.
Can I remove this notification in a button click??
I can cancel notification when click on this notification using the code
checkin_notification.flags = Notification.FLAG_AUTO_CANCEL;
but i in my application i want to clear notification after showing it. It should be in a button click.
Thanks in advance.
To
clear allNotification of your Application you can do like,To clear a
particularNotification you can do it like,