On Tue, Apr 17, 2012 at 2:06 AM, asheesh arya <[email protected]>wrote:

> now i want that these broadcast receiver running continously after device
> bootup in the background sucessfully
>

A broadcast receiver is not something that needs to be
"running continously [sic]" - it's something that responds to events. As
such, what you're attempting to do makes no sense.

You might need to start a service to *register* these receivers to actually
do anything, but they don't need to run continuously or in a service.

-------------------------------------------------------------------------------------------------
TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
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