aboutsummaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorLuK1337 <priv.luk@gmail.com>2016-11-01 14:05:35 +0100
committerRygebin <kaankulahli@gmail.com>2017-02-02 15:17:16 +0000
commitf6ac855b0c309bef01d2328bfe71c6d6eb9904e0 (patch)
treec624178b11e3feef6e946c7a3a9ee28a1210ae24 /overlay
parenta4904458558828cbfc429bb74c24cc05ae60f391 (diff)
msm8916-common: Add and enable IMS
This reverts commit 480d1446bc2689dde029bf387c6464e4f19cbbdc. Change-Id: If8366764f97b3ea3d32c82d0bb41b3088d0a85cc
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 79350f9..cfdd88c 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -391,4 +391,21 @@
<item>"/system/framework/arm64/boot.oat"</item>
<item>"/system/framework/arm64/boot-core-libart.oat"</item>
</string-array>
+
+ <!-- Flag specifying whether VoLTE is available on device -->
+ <bool name="config_device_volte_available">true</bool>
+
+ <!-- Flag specifying whether VoLTE 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_carrier_volte_available">true</bool>
+
+ <!-- Flag specifying whether VT is available on device -->
+ <bool name="config_device_vt_available">true</bool>
+
+ <!-- Flag specifying whether 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_carrier_vt_available">true</bool>
+
</resources>