sm8550-common:: overlay: Depend on carrier provisioning for WFC.

Change-Id: I2cdeb1e39a68922dc8489998f65dcc6c891da31c
This commit is contained in:
Etan Cohen
2014-12-23 15:02:19 -08:00
committed by chaptsand
parent 46063e0a08
commit c148057a0f

View File

@@ -317,6 +317,11 @@
<!-- Flag specifying whether VT is available on device -->
<bool name="config_device_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 -->
<bool name="config_carrier_wfc_ims_available">true</bool>
<!-- Flag specifying whether WFC over IMS is available on device -->
<bool name="config_device_wfc_ims_available">true</bool>