Considering an ICS device's boot sequence,
what is the android side (java, not talking about the underlying linux system) bootstrap application stack?
I know that the application that realizes the bottom ICS menu bar is SystemUI.apk, but what has been loaded before?
Who (if any) starts up without receiving any broadcast intent?
May be it is the ActivityManager that after loaded starts Launcher and SystemUI?
Thanks in advance
L