ACTION_FACTORY_RESET constant

String const ACTION_FACTORY_RESET

A broadcast action to trigger a factory reset.

The sender must hold the {@link android.Manifest.permission#MASTER_CLEAR} permission. The reason for the factory reset should be specified as {@link #EXTRA_REASON}.

Not for use by third-party applications.

@see #EXTRA_FORCE_FACTORY_RESET

{@hide}

Implementation

static const String ACTION_FACTORY_RESET =
    "android.intent.action.FACTORY_RESET";