Intent filterEquals and filterHashCode are no longer called when generating pending intentions

I create several notifications with similar pending intentions, but with different values ​​inside.

When you click on any of the notifications, only the last registered intention is launched.

It worked before because filterEquals() and filterHashCode() were called, and this made uniqueness possible. Now that I put breakpoints in these methods, they are no longer called.

Ideas about what happened? Thank.

0
android android-intent android-pendingintent
Nov 25 '12 at 18:12
source share

No one has answered this question yet.

See similar questions:

56
Android continues to cache my intentions. Additionally, how to declare a pending intent that contains fresh additions?

or similar:

809
How to send an object from one Android activity to another using intentions?
707
Send intent to browser to open specific URL
672
How to get additional data from intent on Android?
539
Submit Email Task
72
Android intent notification problem
2
AlarmManager sends inconsistent path waiting for intent with old data
0
How to cancel pending intentions in an Android widget?
0
Geofencing running, wrong pending intent
0
Many pending intentions with different identifiers
0
Waiting for class to be notified with android



All Articles