[android-developers] howto receive all broadcast messages

2011-01-09 Thread A Curtis
Hello, According to the SDK documentation, it should be possible to create a BroadcastReceiver that receives all messages. It looks like you create an intent-filter with a blank activity entry. I have not been able to find an example of this. Can someone problem a sample? Also, is there a way

Re: [android-developers] howto receive all broadcast messages

2011-01-09 Thread Mark Murphy
On Sun, Jan 9, 2011 at 4:03 PM, A Curtis ajcurti...@gmail.com wrote: According to the SDK documentation, it should be possible to create a BroadcastReceiver that receives all messages. Um, no. It looks like you create an intent-filter with a blank activity entry. I have not been able to