From Android 4.0, a user can dismiss a notification either by swiping it or by using the Clear All button. I would like to know when this happens to notifications generated by one of my apps. I believe this can be done using DeleteIntent.
The intent to execute when the notification is explicitly dismissed by the user, either with the "Clear All" button or by swiping it away individually. This probably shouldn't be launching an activity since several of those will be sent at the same time.
Thanks Erel. I thought it was more like a generic B4A/Android requirement, like a BroadcastReceiver. I am already using NotificationBuilder library by barx. I will ask him if this is possible.
EDIT:
Well, guess what. He already implemented it. Only, it is referred to as SetDeleteActivity and SetDeleteService.