sm8250-common: Enable vt for this device

Bug: 27685376
Change-Id: Iecfea824c9fe7aca76fa86de6df68ed6f95bf154
This commit is contained in:
Vineeta Srivastava 2016-03-28 10:30:21 -07:00 committed by LuK1337
parent 8d74aa84a1
commit 4f4ad31bd2

View file

@ -174,6 +174,9 @@
<!-- Flag specifying whether VoLTE is available on device --> <!-- Flag specifying whether VoLTE is available on device -->
<bool name="config_device_volte_available">true</bool> <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 --> <!-- Flag specifying whether WFC over IMS is available on device -->
<bool name="config_device_wfc_ims_available">true</bool> <bool name="config_device_wfc_ims_available">true</bool>