ACTION_MANAGE_APPLICATIONS_SETTINGS constant

String const ACTION_MANAGE_APPLICATIONS_SETTINGS

Activity Action: Show settings to manage installed applications.

In some cases, a matching Activity may not exist, so ensure you safeguard against this.

Input: Nothing.

Output: Nothing.

Implementation

static const String ACTION_MANAGE_APPLICATIONS_SETTINGS =
    "android.settings.MANAGE_APPLICATIONS_SETTINGS";