bullhead: Disable VT feature

Change-Id: I63381280df58445aad0cc808b2e17d42fda027b7
diff --git a/init.bullhead.rc b/init.bullhead.rc
index 8c3d2d7..7814139 100644
--- a/init.bullhead.rc
+++ b/init.bullhead.rc
@@ -394,16 +394,6 @@
 on property:sys.ims.QMI_DAEMON_STATUS=1
     start imsdatadaemon
 
-service ims_rtp_daemon /system/bin/ims_rtp_daemon
-    class main
-    user system
-    socket ims_rtpd stream 0660 system radio
-    group radio inet net_raw diag log
-    disabled
-
-on property:sys.ims.DATA_DAEMON_STATUS=1
-    start ims_rtp_daemon
-
 service imscmservice /system/bin/imscmservice
     class main
     user system
diff --git a/overlay/frameworks/base/core/res/res/values-mcc311-mnc480/config.xml b/overlay/frameworks/base/core/res/res/values-mcc311-mnc480/config.xml
index dace83d..ed6c523 100644
--- a/overlay/frameworks/base/core/res/res/values-mcc311-mnc480/config.xml
+++ b/overlay/frameworks/base/core/res/res/values-mcc311-mnc480/config.xml
@@ -72,9 +72,4 @@
     <string translatable="false" name="config_mobile_hotspot_provision_app_no_ui">com.lge.entitlement.SILENT_ENTITLEMENT_CHECK</string>
     <string translatable="false" name="config_mobile_hotspot_provision_response">com.lge.entitlement.SILENT_ENTITLEMENT_CHECK_RESULT</string>
 
-    <!-- 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>
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 6266afc..3007e8f 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -308,9 +308,6 @@
     <!-- Flag specifying whether VoLTE is available on device -->
     <bool name="config_device_volte_available">true</bool>
 
-    <!-- Flag specifying whether VT is available on device -->
-    <bool name="config_device_vt_available">true</bool>
-
     <!-- Flag specifying whether WFC over IMS is available on device -->
     <bool name="config_device_wfc_ims_available">true</bool>
 
diff --git a/sepolicy/file_contexts b/sepolicy/file_contexts
index 08e1da5..4c5bbed 100644
--- a/sepolicy/file_contexts
+++ b/sepolicy/file_contexts
@@ -97,7 +97,6 @@
 /vendor/bin/qti                    u:object_r:qti_exec:s0
 /system/bin/imsdatadaemon          u:object_r:ims_exec:s0
 /system/bin/imsqmidaemon           u:object_r:ims_exec:s0
-/system/bin/ims_rtp_daemon         u:object_r:ims_exec:s0
 /system/bin/imscmservice           u:object_r:imscm_exec:s0
 /system/bin/cnd                    u:object_r:cnd_exec:s0
 /system/bin/init.bullhead.power.sh u:object_r:init-power-sh_exec:s0