Added configuration to determine whether VoLTE requires provisioning.
Bug: 18576107 Change-Id: I7e2e7f6549e3e1b94ad7aa4126b26fcb5dcd807b
This commit is contained in:
committed by
Pavel Zhamaitsiak
parent
2cdac3bd53
commit
b332eda5eb
@@ -1830,6 +1830,9 @@
|
||||
provisioning, availability etc -->
|
||||
<bool name="config_carrier_volte_available">false</bool>
|
||||
|
||||
<!-- Flag specifying whether VoLTE availability is based on provisioning -->
|
||||
<bool name="config_carrier_volte_provisioned">false</bool>
|
||||
|
||||
<!-- Flag specifying whether VT is available on device -->
|
||||
<bool name="config_device_vt_available">false</bool>
|
||||
|
||||
|
||||
@@ -2079,6 +2079,7 @@
|
||||
<java-symbol type="bool" name="imsServiceAllowTurnOff" />
|
||||
<java-symbol type="bool" name="config_device_volte_available" />
|
||||
<java-symbol type="bool" name="config_carrier_volte_available" />
|
||||
<java-symbol type="bool" name="config_carrier_volte_provisioned" />
|
||||
<java-symbol type="bool" name="config_device_vt_available" />
|
||||
<java-symbol type="bool" name="config_carrier_vt_available" />
|
||||
<java-symbol type="bool" name="useImsAlwaysForEmergencyCall" />
|
||||
|
||||
Reference in New Issue
Block a user