From 44e8ff9924db43ee2470d868ce31b1c039c99b35 Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Mon, 27 Sep 2010 14:36:52 -0700 Subject: [PATCH] Adding a new intent to allow for apps (Launcher) to jump to the All Apps tab in the settings. Change-Id: I15a78a5c5a18b041b1cc4a7500bd3ceccd780ea9 --- api/current.xml | 11 +++++++++++ core/java/android/provider/Settings.java | 14 ++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/api/current.xml b/api/current.xml index 17f824b4e8d8b..876fe00ab525c 100644 --- a/api/current.xml +++ b/api/current.xml @@ -143144,6 +143144,17 @@ visibility="public" > + + + * In some cases, a matching Activity may not exist, so ensure you + * safeguard against this. + *

+ * Input: Nothing. + *

+ * Output: Nothing. + */ + @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION) + public static final String ACTION_MANAGE_ALL_APPLICATIONS_SETTINGS = + "android.settings.MANAGE_ALL_APPLICATIONS_SETTINGS"; + /** * Activity Action: Show screen of details about a particular application. *