ACTION_APPLICATION_SETTINGS constant

String const ACTION_APPLICATION_SETTINGS

Activity Action: Show settings to allow configuration of application-related settings.

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

Input: Nothing.

Output: Nothing.

Implementation

static const String ACTION_APPLICATION_SETTINGS =
    "android.settings.APPLICATION_SETTINGS";