Notification PendingIntent Intent extras are overridden by another notification
问题 When creating a new notification with a new PendingIntent, the extras in its intent override any previous notification's PendingIntent Intent extras. For example, lets say I create Notification1 with PendingIntent1, which has Intent1 and its extras. When I create Notification2 with PendingIntent2, which has Intent2 with its own different extras, Intent1 will now have the same extras as Intent2. Why is this happening? How do I work around this? 回答1: There are two ways to solve this: One is to