Confirmed users, Bureaucrats and Sysops emeriti
792
edits
No edit summary |
|||
| Line 39: | Line 39: | ||
** ActivityThread.main() connects to the ActivityManagerService and asks it for the next app that's waiting in the launch queue | ** ActivityThread.main() connects to the ActivityManagerService and asks it for the next app that's waiting in the launch queue | ||
** Looper.loop() is called, which reads and dispatches messages | ** Looper.loop() is called, which reads and dispatches messages | ||
* Instrumenting ActivityThread's message dispatch code, at activity startup, the main (only?) message that's sent is a LAUNCH_ACTIVITY: | |||
** LAUNCH_ACTIVITY (ActivityRecord token=android.os.BinderProxy {acitivy class}) | |||
=== 1 Sep 2009 === | === 1 Sep 2009 === | ||