当前位置: 代码迷 >> Android >> android系统(二) android 启动流程
  详细解决方案

android系统(二) android 启动流程

热度:75   发布时间:2016-05-01 18:18:41.0
android系统(2) android 启动流程





1. zygote  start systemserver

2. system server -> init1() , init2()

    init1 start native service  and init2 start android java service

3. when finish start all services, call system ready callback for many service. one of the important service is activity manager service.

    ActivityManagerService ->SystemReady-> startHomeActivityLocked which will start launcher.
  相关解决方案