summaryrefslogtreecommitdiffstats
path: root/core/res/res/values-mcc311-mnc480
diff options
context:
space:
mode:
authorEtan Cohen <etancohen@google.com>2014-09-04 22:33:18 -0700
committerEtan Cohen <etancohen@google.com>2014-09-06 02:30:12 +0000
commitfdd41b3cbfc16a19c5a16ec9bd56cdd76e179fcf (patch)
tree0b217ddfccf9e88dbefe778b9b50743cc3216e30 /core/res/res/values-mcc311-mnc480
parentf7efe33da234c834dff0292dc6aceed26388ccfa (diff)
downloadframeworks_base-fdd41b3cbfc16a19c5a16ec9bd56cdd76e179fcf.zip
frameworks_base-fdd41b3cbfc16a19c5a16ec9bd56cdd76e179fcf.tar.gz
frameworks_base-fdd41b3cbfc16a19c5a16ec9bd56cdd76e179fcf.tar.bz2
Modified VoLTE configuration: separate device and carrier configs.
Default device and carrier disabled. Device to be overlayed in device/<xxx> dirs. Carrier overlayed in this project. Bug: 17365969 Change-Id: I95d58e934fc85506287069ddd71af4a5b7594bfb
Diffstat (limited to 'core/res/res/values-mcc311-mnc480')
-rw-r--r--core/res/res/values-mcc311-mnc480/config.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/values-mcc311-mnc480/config.xml b/core/res/res/values-mcc311-mnc480/config.xml
index cd5d55b..57ecd31 100644
--- a/core/res/res/values-mcc311-mnc480/config.xml
+++ b/core/res/res/values-mcc311-mnc480/config.xml
@@ -38,10 +38,10 @@
be disabled) but individual Features can be disabled using ImsConfig.setFeatureValue() -->
<bool name="imsServiceAllowTurnOff">false</bool>
- <!-- Flag specifying whether VoLTE & VT should be allowed on device: independent of the
+ <!-- Flag specifying whether VoLTE & VT should be available for carrier: independent of
carrier provisioning. If false: hard disabled. If true: then depends on carrier
provisioning, availability etc -->
- <bool name="config_mobile_allow_volte_vt">false</bool>
+ <bool name="config_carrier_volte_vt_available">false</bool>
<bool name="config_auto_attach_data_on_creation">false</bool>