Dianne,

On 5 Dez., 00:45, "Dianne Hackborn" <[EMAIL PROTECTED]> wrote:
> FLAG_CANCEL_CURRENT will almost certainly work.  If you look at the code, if
> you have the flag set it just removes any existing intent and creates a
> whole new pending intent with the intent you provide.  The returned
> PendingIntent can't contain the old intent data.

Now that you mention it, I have to revise my last post: As I already
mentioned in my post from 21 Nov., 11:14, a new PendingIntent object
is created indeed (the object IDs differ each time), but still, as
soon as the activity is fired, the data from Intent No. 1 will be
passed, always. So yes and no. Yes, a new PendingObject is indeed
created, but no, it *does* contain the old intent data.

I could check it one last time just to be 100% sure, but since I
already spent a whole day on this, I'd rather not touch the code
again, now that it's working... :-/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to