I would like to add statistics that my Notification's Action was clicked.
I'm using standard NotificationCompat.Action
.
Can I somehow set click listener to the Notification's Action?
I could pass in PendingIntent the flag and later in my Activity log statistics dependently on the flag, but it's so over engineered.