Set carrier volte/wfc available. Remove stupid Redmi7A override

This commit is contained in:
Pierre-Hugues Husson 2020-03-30 15:14:52 +02:00
parent aad862e999
commit f4e0df4918
2 changed files with 3 additions and 4 deletions

View File

@ -2,4 +2,7 @@
<resources>
<string name="config_ims_package">org.codeaurora.ims</string>
<bool name="config_dynamic_bind_ims">true</bool>
<bool name="config_carrier_volte_available">true</bool>
<bool name="config_device_volte_available">true</bool>
<bool name="config_device_wfc_ims_available">true</bool>
</resources>

View File

@ -61,10 +61,6 @@
<bool name="config_useDevInputEventForAudioJack">true</bool>
<bool name="skip_restoring_network_selection">true</bool>
<bool name="config_bluetooth_le_peripheral_mode_supported">true</bool>
<bool name="config_carrier_volte_available">false</bool>
<bool name="config_device_volte_available">false</bool>
<bool name="config_device_vt_available">false</bool>
<bool name="config_device_wfc_ims_available">false</bool>
<bool name="config_hotswapCapable">true</bool>
<bool name="config_lidControlsSleep">true</bool>
<bool name="config_wifiDisplaySupportsProtectedBuffers">true</bool>