I have an activity that is being opened from the notification bar, but when I do NotificationManager.notify(...)
, I'm giving to the intent a different bundle, so that each notification opens the same activity, but obtaining from the DB other information each other.
But when I try to enter to any of the notifications (for example there are 3 notifications), they all send me to the activity with the same bundle that the last one. After trying with some Flags, I really don't know where is the problem (some flags makes the notification enter to the activity with the first bundle).
I'm following the way they used it in the tutorial.