I have an Android application that contains a remote service of which
I want to use to process data sent via a BroadcastReceiver.

What would be the best way to send data from the BroadcastReceiver to
the remote service? My first intention was to Bind using the
RemoteServiceConnection, but this is not supported in the
BroadcastReceiver. Any assistance is greatly appreciated!

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

Reply via email to