poohtbear wrote: > Is there an API, or a registry i can do i nthe manifest to make sure > my service is being run at the device start up and being shut down > before the device shuts off ?
Yes on the former -- listen for the BOOT_COMPLETED broadcast Intent. No on the latter, as far as I know. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android 2.0 Programming Books: http://commonsware.com/books -- 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

