The system doesn't generally install .apks during boot, and doesn't start any application services during boot (there are a handful of system services that it starts during boot, but these look nothing like what you would think about a service from the application perspective). The only thing system boot does in relation to starting third party apps is:
- Start an intent for the home activity (which the package manager will resolve to a concrete activity as appropriate). - Once home is started, send the BOOT_COMPLETED broadcast to all receivers that have a match in their manifest. On Wed, Jan 28, 2009 at 9:52 AM, krish24 <[email protected]> wrote: > > Hi Everyone, > > Can anybody tell me the system startup sequence of Android? > When the services are starting? When and how the application packages > (.apk) are getting installed? > > Thanks, > Krish > > > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

