Renamed configs to clarify that they only control VoLTE.

Separate controls are added for VT.

Change-Id: Iab6f4eaa8ff6d92deb66c88d3ca7429ff3034c54
diff --git a/overlay/frameworks/base/core/res/res/values-mcc001-mnc001/config.xml b/overlay/frameworks/base/core/res/res/values-mcc001-mnc001/config.xml
index f55f561..4060cc8 100644
--- a/overlay/frameworks/base/core/res/res/values-mcc001-mnc001/config.xml
+++ b/overlay/frameworks/base/core/res/res/values-mcc001-mnc001/config.xml
@@ -20,8 +20,8 @@
 <!-- These resources are around just to allow their values to be customized
      for different hardware and product builds.  Do not translate. -->
 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <!-- Flag specifying whether VoLTE & VT should be available for carrier: independent of
+    <!-- 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_vt_available">true</bool>
+    <bool name="config_carrier_volte_available">true</bool>
 </resources>
diff --git a/overlay/frameworks/base/core/res/res/values-mcc001-mnc010/config.xml b/overlay/frameworks/base/core/res/res/values-mcc001-mnc010/config.xml
index f55f561..4060cc8 100644
--- a/overlay/frameworks/base/core/res/res/values-mcc001-mnc010/config.xml
+++ b/overlay/frameworks/base/core/res/res/values-mcc001-mnc010/config.xml
@@ -20,8 +20,8 @@
 <!-- These resources are around just to allow their values to be customized
      for different hardware and product builds.  Do not translate. -->
 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <!-- Flag specifying whether VoLTE & VT should be available for carrier: independent of
+    <!-- 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_vt_available">true</bool>
+    <bool name="config_carrier_volte_available">true</bool>
 </resources>
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index ba187a5..ab0a689 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -270,8 +270,8 @@
     <!-- Is the device capable of hot swapping an UICC Card -->
     <bool name="config_hotswapCapable">true</bool>
 
-    <!-- Flag specifying whether VoLTE & VT is availasble on device -->
-    <bool name="config_device_volte_vt_available">true</bool>
+    <!-- Flag specifying whether VoLTE is availasble on device -->
+    <bool name="config_device_volte_available">true</bool>
 
     <!-- Configure mobile tcp buffer sizes in the form:
          rat-name:rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max