Thursday, September 1, 2011

Re: [android-developers] Call BroadCast Receiver

You could also use sendBroadcast() from your Activity, which will trigger your BR. However, this might have more implication with respect to synchronous operation. I believe the sendBroadcast would be asynchronous and your BR will not execute immediately.

Otherwise, I suggest doing what MComputing Lab suggested.

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

No comments:

Post a Comment