diff options
| author | 2013-09-12 00:05:17 -0700 | |
|---|---|---|
| committer | 2013-09-12 09:48:55 -0700 | |
| commit | 99e7847b762899552a43bf506895975653c5a57c (patch) | |
| tree | 40ecdabde7ce4d13b6e4beca9254a440e430b7da | |
| parent | 16dae5997bb0ff7f03d5a0ccfdc4be94aa35ba51 (diff) | |
Define config_volte_replacement_rat.
Default value is 0 which means there is no replacement and
PhoneProxy#phoneObjectUpdater will not replace a VoLTE RAT.
Bug: 10673760
Change-Id: Ic77411b5da415c620fce5a185ca1d7542dfe3b7f
| -rw-r--r-- | core/res/res/values/config.xml | 5 | ||||
| -rw-r--r-- | core/res/res/values/symbols.xml | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index ab95d4006bc0..baaa7c6b2d1d 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -793,6 +793,11 @@ <!-- 2 means give warning --> <integer name="config_datause_notification_type">2</integer> + <!-- If Voice Radio Technology is RIL_RADIO_TECHNOLOGY_LTE:14 this is the value + that should be used instead. A value of RIL_RADIO_TECHNOLOGY_UNKNOWN:0 means + there is no replacement value and VoLTE is assumed to be supported --> + <integer name="config_volte_replacement_rat">0</integer> + <!-- Flag indicating whether the current device is "voice capable". If true, this means that the device supports circuit-switched (i.e. voice) phone calls over the telephony network, and is diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml index 39e712744f0b..4ac49c9c4e7e 100644 --- a/core/res/res/values/symbols.xml +++ b/core/res/res/values/symbols.xml @@ -313,6 +313,7 @@ <java-symbol type="integer" name="config_multiuserMaximumUsers" /> <java-symbol type="integer" name="config_safe_media_volume_index" /> <java-symbol type="integer" name="config_mobile_mtu" /> + <java-symbol type="integer" name="config_volte_replacement_rat"/> <java-symbol type="color" name="tab_indicator_text_v4" /> |