rosemary: Force enable VoLTE TTY and WFC support

Signed-off-by: bengris32 <bengris32@protonmail.ch>
This commit is contained in:
bengris32
2022-09-18 22:34:20 +01:00
committed by Matsvei Niaverau
parent 5ee76ae127
commit 37de0a9144

View File

@@ -388,7 +388,7 @@
<bool name="config_device_volte_available">true</bool>
<!-- Flag specifying whether VoLTE TTY is supported -->
<bool name="config_carrier_volte_tty_supported">false</bool>
<bool name="config_carrier_volte_tty_supported">true</bool>
<!-- Flag specifying whether VT is available on device -->
<bool name="config_device_vt_available">true</bool>
@@ -396,6 +396,11 @@
<!-- Flag specifying whether WFC over IMS is available on device -->
<bool name="config_device_wfc_ims_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>
<!-- Config determines whether to update phone object when voice registration
state changes. Voice radio tech change will always trigger an update of
phone object irrespective of this config -->