EXTRA_REBROADCAST_ON_UNLOCK constant
String
const EXTRA_REBROADCAST_ON_UNLOCK
The extra used with {@link #ACTION_SIM_STATE_CHANGED} for indicating whether this broadcast is a rebroadcast on unlock. Defaults to {@code false} if not specified.
@hide @deprecated Use {@link #ACTION_SIM_CARD_STATE_CHANGED} or {@link #ACTION_SIM_APPLICATION_STATE_CHANGED}
Implementation
static const String EXTRA_REBROADCAST_ON_UNLOCK = "rebroadcastOnUnlock";