android - Multiple Pending Intents? -
My activity creates some information.
Here's how I'm currently doing it, as a result of:
Pending Results Results PendingIntent = PendingIntent.getActivity (reference, 0, As a result, pending IN.FLAG_UPDATE_CURRENT); Now, since a flag is mandatory, I have to choose from it. If I want them to work independently of all, and the new notification is not affected by the previous notification If so, what will I do?
A solution was found here.
You used setAction on purpose for a specific value so that there will be no pending pending issues
Here's what I used:
SetAction (Long.Stosting (System.currentTimeMillis ())
Comments
Post a Comment