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.