You need a BroadcastReceiver waiting for BOOT_COMPLETED.I have written a bit more about that at http://androidgps.blogspot.com/2008/09/starting-android-service-at-boot-time.html , but that was done all from official documentation and no secret access, so I am pretty sure it is somewhere.
HTH Ludwig 2008/11/14 fcdarnold <[EMAIL PROTECTED]> > > I am writing an application that has a service that runs a background > thread and polls web services. The service creates notifications > using the NotificationManager. The service needs to be running when > the phone is first booted and the user does not need to start an > activity to start the service. > > What is the standard way to launch application service without user > intervention? I could find any documentation that describes the > procedure. > > Thank you, > > Dave > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

