SystemUI源码分析三(StatusBar的加载流程)
SystemServer中调用startsystemui函数启动SystemUIService,在SystemUIService的onCreate()函数中:((SystemUIApplication) getApplication()).startServicesIfNeeded();SystemBar继承SystemUI,因此被启动了。onStart()public void start(){