diff --git a/api/current.xml b/api/current.xml index 570261fcd6895..2c41aebedad0e 100644 --- a/api/current.xml +++ b/api/current.xml @@ -155599,6 +155599,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. *