From d2509fd83597595914ef0627685e917380863eb6 Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Mon, 12 Sep 2011 12:29:43 -0700 Subject: 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. Change-Id: Ieaa4a8031c2c391a12996aa8d8b1d65fc2b09d6b --- core/res/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/res') diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 72863a2..9f2eef5 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -18,7 +18,7 @@ */ --> -- cgit v1.1