How to use Notification.deleteIntent

Issue I’m trying to detect when my notification gets cleared. My question directly refers to this answer which outlines what I’m suppose to do. This is how I’m implementing the actions: // usual Notification initialization here notification.deleteIntent = PendingIntent.getService(context, 0,

Continue reading