Intent filterEquals and filterHashCode are no longer invoked when creating pending intents

给你一囗甜甜゛ 提交于 2019-12-23 04:56:08

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!