On Fri, Nov 21, 2008 at 2:14 AM, Matthias <[EMAIL PROTECTED]> wrote: > Well, when /do/ PendingIntents match? All I can say is that calling > PendingActivity.getActivity() created a new PendingIntent each time I > called it (I checked the OID in the debugger), and in this new object, > I always store a new Intent object.
A match is the same as that defined by Intent: http://code.google.com/android/reference/android/content/Intent.html#filterEquals(android.content.Intent) -- 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 -~----------~----~----~----~------~----~------~--~---

