English | Site Directory

Android - An Open Handset Alliance Project

android.telephony
public interface

android.telephony.TelephonyProperties

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.

Summary

Constants

      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" 

Details

Constants

public static final String PROPERTY_BASEBAND_VERSION

Baseband version Availability: property is available any time radio is on
Constant Value: "gsm.version.baseband"

public static final String PROPERTY_DATA_NETWORK_TYPE

Indicates the available radio technology. Values include: "unknown", "GPRS", "EDGE" and "UMTS".
Constant Value: "gsm.network.type"

public static final String PROPERTY_ICCID

The Integrated Circuit Card ID (ICCID). (The serial number of the SIM card.) Availablity: SIM state is not "UNKNOWN" or "ABSENT
Constant Value: "gsm.sim.iccid"

public static final String PROPERTY_IMEI

International Mobile Equipment Identity (IMEI) number Availability: property is available any time radio is on
Constant Value: "gsm.imei"

public static final String PROPERTY_IMEISV

IMEA Software Version number (two digit software version number) Availability: property is available any time radio is on
Constant Value: "gsm.imeisv"

public static final String PROPERTY_IMSI

The International Mobile Subscriber Identifier (IMSI) number. Availablity: SIM state is "READY"
Constant Value: "gsm.sim.imsi"

public static final String PROPERTY_LINE1_NUMBER

The phone number of the device. Availablity: only if configured in SIM; SIM state must be "READY"
Constant Value: "gsm.sim.line1.number"

public static final String PROPERTY_LINE1_TAG

A label associated with the current device phone number. Availablity: only if configured in SIM; SIM state must be "READY"
Constant Value: "gsm.sim.line1.tag"

public static final 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"
Constant Value: "gsm.sim.line1.cff"

public static final String PROPERTY_LINE1_VOICE_MAIL_NUMBER

The number to dial to retrieve voice mail. Availablity: only if configured in SIM; SIM state must be "READY"
Constant Value: "gsm.sim.line1.voice-mail.number"

public static final String PROPERTY_LINE1_VOICE_MAIL_TAG

A label to associate with the voice mail number. Availablity: only if configured in SIM; SIM state must be "READY"
Constant Value: "gsm.sim.line1.voice-mail.tag"

public static final String PROPERTY_LINE1_VOICE_MAIL_WAITING

Set to '1' if voice mail is waiting, otherwise false
Constant Value: "gsm.sim.voice-mail.waiting"

public static final String PROPERTY_OPERATOR_ALPHA

Alpha name of current registered operator. Availability: when registered to a network
Constant Value: "gsm.operator.alpha"

public static final String PROPERTY_OPERATOR_ISMANUAL

'1' if the current network is the result of a manual network selection. Availability: when registered to a network
Constant Value: "gsm.operator.ismanual"

public static final 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
Constant Value: "gsm.operator.iso-country"

public static final String PROPERTY_OPERATOR_ISROAMING

'1' if the device is considered roaming on this network for GSM purposes. Availability: when registered to a network
Constant Value: "gsm.operator.isroaming"

public static final String PROPERTY_OPERATOR_NUMERIC

Numeric name (MCC+MNC) of current registered operator. Availability: when registered to a network
Constant Value: "gsm.operator.numeric"

public static final String PROPERTY_RIL_IMPL

Radio Interface Layer (RIL) library implementation.
Constant Value: "gsm.version.ril-impl"

public static final String PROPERTY_SIM_OPERATOR_ALPHA

PROPERTY_SIM_OPERATOR_ALPHA is also known as the SPN, or Service Provider Name. Availablity: SIM state must be "READY"
Constant Value: "gsm.sim.operator.alpha"

public static final String PROPERTY_SIM_OPERATOR_ISO_COUNTRY

ISO country code equivalent for the SIM provider's country code
Constant Value: "gsm.sim.operator.iso-country"

public static final String PROPERTY_SIM_OPERATOR_NUMERIC

The 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"
Constant Value: "gsm.sim.operator.numeric"

public static final String PROPERTY_SIM_STATE

One of "UNKNOWN" "ABSENT" "PIN_REQUIRED" "PUK_REQUIRED" "NETWORK_LOCKED" or "READY"
Constant Value: "gsm.sim.state"
Build m5-rc15i - 10 Jun 2008 13:54