[android-developers] BroadcastReceiver and abortBroadcast()

2010-06-22 Thread Steve
Hi all Are there any good design patterns to solve the following problem: How can I best implement a BroadcastReceiver that may need to consume the current broadcast (via abortBroadcast()), but it first needs to perform some non-trivial work to determine whether or not the broadcast should be

Re: [android-developers] BroadcastReceiver and abortBroadcast()

2010-06-22 Thread Mark Murphy
On Tue, Jun 22, 2010 at 8:06 AM, Steve stec...@gmail.com wrote: Are there any good design patterns to solve the following problem: How can I best implement a BroadcastReceiver that may need to consume the current broadcast (via abortBroadcast()), but it first needs to perform some non-trivial