问题
I create several notifications with similar pending intents but different values within.
When clicking on any of the notifications, only the last registered intent is fired.
It used to work in the past because the filterEquals()
and filterHashCode()
were invoked and this made the uniqueness possible. Now, when I put breakpoints in these methods, they aren't invoked anymore.
Ideas on what happened? Thanks.
来源:https://stackoverflow.com/questions/13553911/intent-filterequals-and-filterhashcode-are-no-longer-invoked-when-creating-pendi