Set an android app/notification to run at boot
I have searched but can't find anything. Is there an offcial way to start app or j开发者_Go百科ust the notification of the app at boot?
You should have the a service for your app that accepts the BOOT_COMPLETE
intent.
Here is a great example of this being done:
http://androidgps.blogspot.com/2008/09/starting-android-service-at-boot-time.html
精彩评论