diff --git a/api/current.xml b/api/current.xml index eba2724c02183..90248ed1e9e53 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.