ACTION_SIM_STATE_CHANGED constant

  1. @deprecated
String const ACTION_SIM_STATE_CHANGED

Broadcast Action: The sim card state has changed. For more details see TelephonyIntents.ACTION_SIM_STATE_CHANGED. This is here because TelephonyIntents is an internal class. The intent will have following extras.

@see #EXTRA_SIM_STATE @see #EXTRA_SIM_LOCKED_REASON @see #EXTRA_REBROADCAST_ON_UNLOCK

@deprecated Use {@link #ACTION_SIM_CARD_STATE_CHANGED} or {@link #ACTION_SIM_APPLICATION_STATE_CHANGED}

@hide

Implementation

@deprecated
static const String ACTION_SIM_STATE_CHANGED =
    "android.intent.action.SIM_STATE_CHANGED";