ACTION_AIRPLANE_MODE_SETTINGS constant

String const ACTION_AIRPLANE_MODE_SETTINGS

Activity Action: Show settings to allow entering/exiting airplane mode.

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

Input: Nothing.

Output: Nothing.

Implementation

static const String ACTION_AIRPLANE_MODE_SETTINGS =
    "android.settings.AIRPLANE_MODE_SETTINGS";