Determine addAction click for Android notifications
It’s because you’re using FLAG_UPDATE_CURRENT with Intents that have the same action From the docs: if the described PendingIntent already exists, then keep it but its replace its extra data with what is in this new Intent. When you specify pendingIntentMaybe and pendingIntentNo, the system uses the PendingIntent created for pendingIntentYes, but it overwrites the … Read more