public interface TelephonyProperties
os.SystemProperties
to get and set these values.Modifier and Type | Field and Description |
---|---|
static String |
CURRENT_ACTIVE_PHONE |
static String |
PROPERTY_BASEBAND_VERSION
Baseband version
Availability: property is available any time radio is on
|
static String |
PROPERTY_CALL_RING_DELAY
The number of milliseconds between CALL_RING notifications.
|
static String |
PROPERTY_CDMA_MSG_ID
Track CDMA SMS message id numbers to ensure they increment
monotonically, regardless of reboots.
|
static String |
PROPERTY_DATA_NETWORK_TYPE
Indicates the available radio technology.
|
static String |
PROPERTY_DEFAULT_SUBSCRIPTION
Property to store default subscription.
|
static String |
PROPERTY_DISABLE_CALL
Disable all calls including Emergency call when it set to true.
|
static String |
PROPERTY_ECM_EXIT_TIMER
Indicate the timer value for exiting emergency callback mode
|
static String |
PROPERTY_ICC_OPERATOR_ALPHA
PROPERTY_ICC_OPERATOR_ALPHA is also known as the SPN, or Service Provider Name.
|
static String |
PROPERTY_ICC_OPERATOR_ISO_COUNTRY
ISO country code equivalent for the SIM provider's country code
|
static String |
PROPERTY_ICC_OPERATOR_NUMERIC
The MCC+MNC (mobile country code+mobile network code) of the
provider of the SIM. 5 or 6 decimal digits.
|
static String |
PROPERTY_IGNORE_NITZ
Ignore RIL_UNSOL_NITZ_TIME_RECEIVED completely, used for debugging/testing.
|
static String |
PROPERTY_INECM_MODE
Indicate if phone is in emergency callback mode
|
static String |
PROPERTY_LTE_ON_CDMA_DEVICE
The contents of this property is the one of
Phone#LTE_ON_CDMA_TRUE or
Phone#LTE_ON_CDMA_FALSE . |
static String |
PROPERTY_LTE_ON_CDMA_PRODUCT_TYPE
The contents of this property is the value of the kernel command line
product_type variable that corresponds to a product that supports LTE on CDMA.
|
static String |
PROPERTY_MMS_TRANSACTION
Property to enable MMS Mode.
|
static String |
PROPERTY_MULTI_SIM_CONFIG
Property to set multi sim feature.
|
static String |
PROPERTY_OPERATOR_ALPHA
Alpha name of current registered operator.
|
static String |
PROPERTY_OPERATOR_IDP_STRING
the international dialing prefix of current operator network
|
static String |
PROPERTY_OPERATOR_ISMANUAL
'true' if the device is on a manually selected network
Availability: when registered to a network
|
static String |
PROPERTY_OPERATOR_ISO_COUNTRY
The ISO country code equivalent of the current registered operator's
MCC (Mobile Country Code)
Availability: when registered to a network.
|
static String |
PROPERTY_OPERATOR_ISROAMING
'true' if the device is considered roaming on this network for GSM
purposes.
|
static String |
PROPERTY_OPERATOR_NUMERIC
Numeric name (MCC+MNC) of current registered operator.
|
static String |
PROPERTY_OTASP_NUM_SCHEMA
Defines the schema for the carrier specified OTASP number
|
static String |
PROPERTY_RESET_ON_RADIO_TECH_CHANGE
Set to true to indicate that the modem needs to be reset
when there is a radio technology change.
|
static String |
PROPERTY_RIL_IMPL
Radio Interface Layer (RIL) library implementation.
|
static String |
PROPERTY_RIL_SENDS_MULTIPLE_CALL_RING
Set to true for vendor RIL's that send multiple UNSOL_CALL_RING notifications.
|
static String |
PROPERTY_SIM_COUNT
Set to the sim count.
|
static String |
PROPERTY_SIM_STATE
One of
"UNKNOWN" "ABSENT" "PIN_REQUIRED"
"PUK_REQUIRED" "NETWORK_LOCKED" or "READY" |
static String |
PROPERTY_SMS_RECEIVE
Set to false to disable SMS receiving, default is
the value of config_sms_capable
|
static String |
PROPERTY_SMS_SEND
Set to false to disable SMS sending, default is
the value of config_sms_capable
|
static String |
PROPERTY_TEST_CSIM
Set to true to indicate a test CSIM card is used in the device.
|
static String |
PROPERTY_VIDEOCALL_AUDIO_OUTPUT
Controls audio route for video calls.
0 - Use the default audio routing strategy.
1 - Disable the speaker.
|
static String |
PROPERTY_WAKE_LOCK_TIMEOUT
Property to override DEFAULT_WAKE_LOCK_TIMEOUT
|
static final String PROPERTY_BASEBAND_VERSION
static final String PROPERTY_RIL_IMPL
static final String PROPERTY_OPERATOR_ALPHA
Availability: when registered to a network. Result may be unreliable on CDMA networks.
static final String PROPERTY_OPERATOR_NUMERIC
Availability: when registered to a network. Result may be unreliable on CDMA networks.
static final String PROPERTY_OPERATOR_ISMANUAL
static final String PROPERTY_OPERATOR_ISROAMING
static final String PROPERTY_OPERATOR_ISO_COUNTRY
Availability: when registered to a network. Result may be unreliable on CDMA networks.
static final String PROPERTY_LTE_ON_CDMA_PRODUCT_TYPE
BaseCommands.getLteOnCdmaMode()
static final String PROPERTY_LTE_ON_CDMA_DEVICE
Phone#LTE_ON_CDMA_TRUE
or
Phone#LTE_ON_CDMA_FALSE
. If absent the value will assumed to be false
and the PROPERTY_LTE_ON_CDMA_PRODUCT_TYPE
will be used to determine its
final value which could also be Phone#LTE_ON_CDMA_FALSE
.
BaseCommands.getLteOnCdmaMode()
static final String CURRENT_ACTIVE_PHONE
static final String PROPERTY_SIM_STATE
"UNKNOWN"
"ABSENT"
"PIN_REQUIRED"
"PUK_REQUIRED"
"NETWORK_LOCKED"
or "READY"
static final String PROPERTY_ICC_OPERATOR_NUMERIC
static final String PROPERTY_ICC_OPERATOR_ALPHA
static final String PROPERTY_ICC_OPERATOR_ISO_COUNTRY
static final String PROPERTY_DATA_NETWORK_TYPE
"unknown"
,
"GPRS"
, "EDGE"
and "UMTS"
.static final String PROPERTY_INECM_MODE
static final String PROPERTY_ECM_EXIT_TIMER
static final String PROPERTY_OPERATOR_IDP_STRING
static final String PROPERTY_OTASP_NUM_SCHEMA
static final String PROPERTY_DISABLE_CALL
static final String PROPERTY_RIL_SENDS_MULTIPLE_CALL_RING
static final String PROPERTY_CALL_RING_DELAY
static final String PROPERTY_CDMA_MSG_ID
static final String PROPERTY_WAKE_LOCK_TIMEOUT
static final String PROPERTY_RESET_ON_RADIO_TECH_CHANGE
static final String PROPERTY_SMS_RECEIVE
static final String PROPERTY_SMS_SEND
static final String PROPERTY_TEST_CSIM
static final String PROPERTY_IGNORE_NITZ
static final String PROPERTY_MULTI_SIM_CONFIG
static final String PROPERTY_DEFAULT_SUBSCRIPTION
static final String PROPERTY_MMS_TRANSACTION
static final String PROPERTY_SIM_COUNT
static final String PROPERTY_VIDEOCALL_AUDIO_OUTPUT