Thursday, May 15, 2014

[android-developers] Order of intents delivery

Hi,

I have a Service from which I send an intent twice like below. I have only one receiver  that receives and processes this intent.

mContext.sendBroadcast(intent);
...Do some Ops...
...pack different data into intent...
mContext.sendBroadcast(intent);

Does android guarantee that the first intent sent is received first ?


--
Regards
Durgadoss

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
---
You received this message because you are subscribed to the Google Groups "Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment