sdm710-common: overlay: Add flag that specifying whether VT should be available for carrier

This commit is contained in:
Ultra119 2023-02-01 13:43:51 +02:00 committed by CakesTwix
parent f9940cea9f
commit 4e03644321
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825

View file

@ -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 -->