Add boot mode where only "core apps" are started.
A core app is one that has coreApp="true" in its manifest tag.
The system can successfully boot (though a little painfully) with
only framework-res.apk, SettingsProvider.apk, SystemUI.apk,
DefaultContainerService.apk, and Launcher2.apk set as core apps.
Currently this boot mode is always turned off.
本文介绍了一种特殊的启动模式,该模式仅启动标记为核心应用的应用程序。这些应用包括framework-res.apk、SettingsProvider.apk、SystemUI.apk、DefaultContainerService.apk及Launcher2.apk。文章详细说明了此模式下系统的启动过程。
641

被折叠的 条评论
为什么被折叠?



