| android.telephony.TelephonyProperties |
Contains a list of string constants used to get or set telephone properties in the system. You can use os.SystemProperties to get and set these values.
| Value | ||||
|---|---|---|---|---|
| String | PROPERTY_BASEBAND_VERSION | Baseband version Availability: property is available any time radio is on | "gsm.version.baseband" | |
| String | PROPERTY_DATA_NETWORK_TYPE | Indicates the available radio technology. | "gsm.network.type" | |
| String | PROPERTY_ICCID | The Integrated Circuit Card ID (ICCID). | "gsm.sim.iccid" | |
| String | PROPERTY_IMEI | International Mobile Equipment Identity (IMEI) number Availability: property is available any time radio is on | "gsm.imei" | |
| String | PROPERTY_IMEISV | IMEA Software Version number (two digit software version number) Availability: property is available any time radio is on | "gsm.imeisv" | |
| String | PROPERTY_IMSI | The International Mobile Subscriber Identifier (IMSI) number. | "gsm.sim.imsi" | |
| String | PROPERTY_LINE1_NUMBER | The phone number of the device. | "gsm.sim.line1.number" | |
| String | PROPERTY_LINE1_TAG | A label associated with the current device phone number. | "gsm.sim.line1.tag" | |
| String | PROPERTY_LINE1_VOICE_CALL_FORWARDING | Set to 'true' if unconditional voice call forwarding is enabled Availablity: only if configured in SIM; SIM state must be "READY" | "gsm.sim.line1.cff" | |
| String | PROPERTY_LINE1_VOICE_MAIL_NUMBER | The number to dial to retrieve voice mail. | "gsm.sim.line1.voice-mail.number" | |
| String | PROPERTY_LINE1_VOICE_MAIL_TAG | A label to associate with the voice mail number. | "gsm.sim.line1.voice-mail.tag" | |
| String | PROPERTY_LINE1_VOICE_MAIL_WAITING | Set to '1' if voice mail is waiting, otherwise false | "gsm.sim.voice-mail.waiting" | |
| String | PROPERTY_OPERATOR_ALPHA | Alpha name of current registered operator. | "gsm.operator.alpha" | |
| String | PROPERTY_OPERATOR_ISMANUAL | '1' if the current network is the result of a manual network selection. | "gsm.operator.ismanual" | |
| String | PROPERTY_OPERATOR_ISO_COUNTRY | The ISO country code equivilent of the current registered operator's MCC (Mobile Country Code) Availability: when registered to a network | "gsm.operator.iso-country" | |
| String | PROPERTY_OPERATOR_ISROAMING | '1' if the device is considered roaming on this network for GSM purposes. | "gsm.operator.isroaming" | |
| String | PROPERTY_OPERATOR_NUMERIC | Numeric name (MCC+MNC) of current registered operator. | "gsm.operator.numeric" | |
| String | PROPERTY_RIL_IMPL | Radio Interface Layer (RIL) library implementation. | "gsm.version.ril-impl" | |
| String | PROPERTY_SIM_OPERATOR_ALPHA | PROPERTY_SIM_OPERATOR_ALPHA is also known as the SPN, or Service Provider Name. | "gsm.sim.operator.alpha" | |
| String | PROPERTY_SIM_OPERATOR_ISO_COUNTRY | ISO country code equivalent for the SIM provider's country code | "gsm.sim.operator.iso-country" | |
| String | PROPERTY_SIM_OPERATOR_NUMERIC | The MCC+MNC (mobile country code+mobile network code) of the provider of the SIM. | "gsm.sim.operator.numeric" | |
| String | PROPERTY_SIM_STATE | One of "UNKNOWN" "ABSENT" "PIN_REQUIRED"
"PUK_REQUIRED" "NETWORK_LOCKED" or "READY"
|
"gsm.sim.state" | |
"unknown",
"GPRS", "EDGE" and "UMTS".
"UNKNOWN" "ABSENT" "PIN_REQUIRED"
"PUK_REQUIRED" "NETWORK_LOCKED" or "READY"