I have an IntentService that broadcasts an Intent each time if
finishes some work. Each broadcast Intent is identical except that it
contains a Bundle with some result information from the IntentService.
Evidently, having different data in the Bundle is not enough for
Android to think it's a different Intent. If the IntentService
broadcasts two of these Intents back-to-back, the second one is
dropped as a duplicate.

I know I've read about this behavior in this forum in the past but I
can't find in the documentation where this duplicate elimination logic
is described in detail. Mostly, I just want to differentiate the
Intents enough that they are not considered duplicates. Any pointers
would be appreciated.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to