>From my service S,  I call an intent A. This inturn calls another intent B 
using startActivityForResult(). In the onActivityResult(int requestCode, 
int resultCode, Intent data), I send the broadcast. I have defined the 
broadcast receiver in my service S. This design is done based on the 
requirements. 

On Thursday, January 3, 2013 2:24:11 PM UTC+2, skink wrote:
>
>
>
> a wrote: 
> > As of now, I dont have any extras. I have defined a receiver for 
> > BroadcastReceiver. 
> > 
> > 
>
> no extras??? 
>
> so what calls sendBroadcast() then??? 
>
> pskink 
>

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