Re: [android-developers] BroadcastReceiver, Intent objects

2010-05-02 Thread Anurag Singh
Yeah, there's no fucntion available in intent class. But you can putExtra putExtra (String name, long value) to recongnize any kn

[android-developers] BroadcastReceiver, Intent objects

2010-05-01 Thread Sean Sullivan
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