Android Boot Process Timeline

Android Startup - "INIT Process"
- Create some folders and mount the device
- Set up SELinux Policies
- Initialize and start the property service
- Parse the init.rc configuration file and start the zygote process
Android Startup - "System Server"
Bootstrap services

Core Services

Other Services

Android Startup - "ZYGOTE Process"

[References]
https://koharinn.tistory.com/463