sdm710-common: overlay: Add flag that specifying whether VT should be available for carrier
This commit is contained in:
parent
f9940cea9f
commit
4e03644321
1 changed files with 6 additions and 1 deletions
|
@ -270,7 +270,12 @@
|
|||
<!-- Flag specifying whether WFC over IMS is available on device -->
|
||||
<bool name="config_device_wfc_ims_available">true</bool>
|
||||
<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>
|
||||
|
||||
<!-- Flag specifying whether WFC over IMS should be available for carrier: independent of
|
||||
carrier provisioning. If false: hard disabled. If true: then depends on carrier
|
||||
provisioning, availability etc -->
|
||||
|
|
Loading…
Reference in a new issue