Fields Summary |
---|
static final String | PROPERTY_BASEBAND_VERSIONBaseband version
Availability: property is available any time radio is on |
static final String | PROPERTY_RIL_IMPLRadio Interface Layer (RIL) library implementation. |
static final String | PROPERTY_OPERATOR_ALPHAAlpha name of current registered operator.
Availability: when registered to a network |
static final String | PROPERTY_OPERATOR_NUMERICNumeric name (MCC+MNC) of current registered operator.
Availability: when registered to a network |
static final String | PROPERTY_OPERATOR_ISROAMING'true' if the device is considered roaming on this network for GSM
purposes.
Availability: when registered to a network |
static final String | PROPERTY_OPERATOR_ISO_COUNTRYThe ISO country code equivalent of the current registered operator's
MCC (Mobile Country Code)
Availability: when registered to a network |
static String | PROPERTY_SIM_STATEOne of "UNKNOWN" "ABSENT" "PIN_REQUIRED"
"PUK_REQUIRED" "NETWORK_LOCKED" or "READY" |
static String | PROPERTY_SIM_OPERATOR_NUMERICThe MCC+MNC (mobile country code+mobile network code) of the
provider of the SIM. 5 or 6 decimal digits.
Availablity: SIM state must be "READY" |
static String | PROPERTY_SIM_OPERATOR_ALPHAPROPERTY_SIM_OPERATOR_ALPHA is also known as the SPN, or Service Provider Name.
Availablity: SIM state must be "READY" |
static String | PROPERTY_SIM_OPERATOR_ISO_COUNTRYISO country code equivalent for the SIM provider's country code |
static String | PROPERTY_DATA_NETWORK_TYPEIndicates the available radio technology. Values include: "unknown" ,
"GPRS" , "EDGE" and "UMTS" . |