On Thu, Nov 20, 2008 at 11:31 PM, Guillaume Perrot <[EMAIL PROTECTED]
> wrote:

> Will the SDK be improved to allow several matching pending intents ?


This isn't a limitation, it is a feature.  It allows you to retrieve a
PendingIntent you had previously created, so you can cancel it or do other
things with it.

It is also a little protection against applications spamming out tons of
different PendingIntents without explicitly canceling them, which can be a
pretty significant resource problem since the system needs to maintain a
global list of all such activity pending intents which also all need an IPC
token.

-- 
Dianne Hackborn
Android framework engineer
[EMAIL PROTECTED]

Note: please don't send private questions to me, as I don't have time to
provide private support.  All such questions should be posted on public
forums, where I and others can see and answer them.

--~--~---------~--~----~------------~-------~--~----~
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