diff options
| author | Luca Stefani <luca.stefani.ge1@gmail.com> | 2016-08-23 13:39:38 -0700 |
|---|---|---|
| committer | audahadi <wan.audahadi@gmail.com> | 2016-10-25 22:06:09 +0800 |
| commit | 54d493bc15b444e643a9f53808b6e5bb818ddd51 (patch) | |
| tree | 83884fc3e4c7257295b0d1f0bdb83eebf7f30c35 /overlay | |
| parent | 2d4a9fa6bdc760bffa2142a096e431afd40ca7b2 (diff) | |
Revert "msm8916-common: Add and enable IMS"
* If it doesn't work, there is no reason to keep it
This reverts commit 31b7bd22c536a0ff223c1f7a05e0ae4758d9d3eb.
Change-Id: I30af7c2b8f4cce6b76bf5ae90b5117215eaafbb9
(cherry picked from commit 480d1446bc2689dde029bf387c6464e4f19cbbdc)
Diffstat (limited to 'overlay')
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 7722594..91bbcab 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -423,20 +423,4 @@ Refer to power.h for details. --> <bool name="config_powerDecoupleInteractiveModeFromDisplay">true</bool> - - <!-- 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> |
