ACTION_DISPLAY_SETTINGS constant

String const ACTION_DISPLAY_SETTINGS

Activity Action: Show settings to allow configuration of display.

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

Input: Nothing.

Output: Nothing.

Implementation

static const String ACTION_DISPLAY_SETTINGS =
    "android.settings.DISPLAY_SETTINGS";