diff options
author | Winson Chung <winsonc@google.com> | 2010-09-27 14:36:52 -0700 |
---|---|---|
committer | Winson Chung <winsonc@google.com> | 2010-09-27 15:04:43 -0700 |
commit | 44e8ff9924db43ee2470d868ce31b1c039c99b35 (patch) | |
tree | 74f2b99762493f909e8a3086f7c039a42a179f73 /api | |
parent | dc36da514832484f61b432291c6f5dca9f2c30bd (diff) | |
download | frameworks_base-44e8ff9924db43ee2470d868ce31b1c039c99b35.zip frameworks_base-44e8ff9924db43ee2470d868ce31b1c039c99b35.tar.gz frameworks_base-44e8ff9924db43ee2470d868ce31b1c039c99b35.tar.bz2 |
Adding a new intent to allow for apps (Launcher) to jump to the All Apps tab in the settings.
Change-Id: I15a78a5c5a18b041b1cc4a7500bd3ceccd780ea9
Diffstat (limited to 'api')
-rw-r--r-- | api/current.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml index 17f824b..876fe00 100644 --- a/api/current.xml +++ b/api/current.xml @@ -143144,6 +143144,17 @@ visibility="public" > </field> +<field name="ACTION_MANAGE_ALL_APPLICATIONS_SETTINGS" + type="java.lang.String" + transient="false" + volatile="false" + value=""android.settings.MANAGE_ALL_APPLICATIONS_SETTINGS"" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="ACTION_MANAGE_APPLICATIONS_SETTINGS" type="java.lang.String" transient="false" |