[android-developers] How do I recieve broadcast action in an Activity?

2010-02-14 Thread Indu
Can I receive a broadcast event in an activity? I've seen this done in broadcast receivers but not in an activity. In particular I would like to receive an event when a bluetooth device is found. ACTION_DISCOVERY_FINISHED. Do I need to declare that in the activity intent filters? Should I be

Re: [android-developers] How do I recieve broadcast action in an Activity?

2010-02-14 Thread Mark Murphy
Indu wrote: Can I receive a broadcast event in an activity? I've seen this done in broadcast receivers but not in an activity. In particular I would like to receive an event when a bluetooth device is found. ACTION_DISCOVERY_FINISHED. Do I need to declare that in the activity intent