Język

SimState Enum

Definition

Enumerates values returned by several types.

public enum SimState
type SimState = 
Inheritance
SimState

Fields

Name Value Description
Unknown 0

SIM card state: Unknown.

Absent 1

SIM card state: no SIM card is available in the device

Android reference for android.telephony.TelephonyManager.SIM_STATE_ABSENT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

PinRequired 2

SIM card state: Locked: requires the user's SIM PIN to unlock

Android reference for android.telephony.TelephonyManager.SIM_STATE_PIN_REQUIRED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

PukRequired 3

SIM card state: Locked: requires the user's SIM PUK to unlock

Android reference for android.telephony.TelephonyManager.SIM_STATE_PUK_REQUIRED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

NetworkLocked 4

SIM card state: Locked: requires a network PIN to unlock

Android reference for android.telephony.TelephonyManager.SIM_STATE_NETWORK_LOCKED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Ready 5

SIM card state: Ready

Android reference for android.telephony.TelephonyManager.SIM_STATE_READY.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

NotReady 6

SIM card state: SIM Card is NOT READY

Android reference for android.telephony.TelephonyManager.SIM_STATE_NOT_READY.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

PermDisabled 7

SIM card state: SIM Card Error, permanently disabled

Android reference for android.telephony.TelephonyManager.SIM_STATE_PERM_DISABLED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

CardIoError 8

SIM card state: SIM Card Error, present but faulty

Android reference for android.telephony.TelephonyManager.SIM_STATE_CARD_IO_ERROR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

CardRestricted 9

SIM card state: SIM Card restricted, present but not usable due to carrier restrictions.

Android reference for android.telephony.TelephonyManager.SIM_STATE_CARD_RESTRICTED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to