Is it an okey implementation that
starting a thread in BroadcastReceiver and the thread will not call
back the BroadcastReceiver??

The thread doesn't interact with the BroadcastReceiver, keeping doing
its job, and doesn't care
if the BroadcastReceiver is still active (still in onReceive() ).



is there any risk here so that we must use Service??






On Sep 18, 6:10 pm, hackbod <[EMAIL PROTECTED]> wrote:
> Well you simply shouldn't start a thread in BroadcastReceiver, as
> explained 
> here:http://code.google.com/android/reference/android/content/BroadcastRec...
> (starting a thread would count as an "asynchronous operation").
>


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to