I've implemented a BroadcastReceiver class to receive Intent objects. In my BroadcastReceiver class, I'd like to be able to identify the source (sender) of the Intent object. Is there an API that enables me to do this?
I've already read through the javadocs and the Android platform source code but didn't find an answer. Thank in advance. Sean -- 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

