From c15255a979c9fc70bc251aefdcd9c1074b458d49 Mon Sep 17 00:00:00 2001 From: Amith Yamasani Date: Wed, 23 Sep 2009 15:33:19 -0700 Subject: [PATCH] Add a PRIVACY_SETTINGS action to launch the new Privacy settings screen. --- 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 b5352d111debd..9de4797486fa2 100644 --- a/api/current.xml +++ b/api/current.xml @@ -118785,6 +118785,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_PRIVACY_SETTINGS = + "android.settings.PRIVACY_SETTINGS"; + /** * Activity Action: Show settings to allow configuration of Wi-Fi.