diff options
author | Etan Cohen <etancohen@google.com> | 2015-05-05 15:18:07 -0700 |
---|---|---|
committer | Etan Cohen <etancohen@google.com> | 2015-05-05 15:18:07 -0700 |
commit | f8904dccf4c1c2cd7f027ddafbea6d75748591b2 (patch) | |
tree | 20409be71509b54f6a67521c59f62b8e08015a83 /core/res | |
parent | d6abbd29b7f453397036cf602655534bbd6c0430 (diff) | |
download | frameworks_base-f8904dccf4c1c2cd7f027ddafbea6d75748591b2.zip frameworks_base-f8904dccf4c1c2cd7f027ddafbea6d75748591b2.tar.gz frameworks_base-f8904dccf4c1c2cd7f027ddafbea6d75748591b2.tar.bz2 |
Disable VT over IMS feature.
Feature code (mostly) implemented but not final or supported in release.
Change-Id: I65c4d4400a814718c51954299ef7c993a37638e2
Diffstat (limited to 'core/res')
-rwxr-xr-x | core/res/res/values-mcc311-mnc480/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values-mcc311-mnc480/config.xml b/core/res/res/values-mcc311-mnc480/config.xml index 39ea2bf..a986b75 100755 --- a/core/res/res/values-mcc311-mnc480/config.xml +++ b/core/res/res/values-mcc311-mnc480/config.xml @@ -46,7 +46,7 @@ <!-- 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> + <bool name="config_carrier_vt_available">false</bool> <!-- Flag specifying whether VoLTE availability is based on provisioning --> <bool name="config_carrier_volte_provisioned">true</bool> |