sm8550-common: overlay: Use CarrierConfig DTMF & CSP booleans.

* Overlays were deprecated awhile ago for these.

Change-Id: I51b70aa15f128186063ce52446cb67715a957185
This commit is contained in:
Alexander Koskovich
2021-09-08 01:10:46 -07:00
committed by chaptsand
parent c148057a0f
commit 4765fe4830
2 changed files with 3 additions and 7 deletions

View File

@@ -45,6 +45,8 @@
<string name="gps.nfw_proxy_apps">com.example.android.locationattribution</string> <string name="gps.nfw_proxy_apps">com.example.android.locationattribution</string>
<boolean name="carrier_cross_sim_ims_available_bool" value="true" /> <boolean name="carrier_cross_sim_ims_available_bool" value="true" />
<boolean name="carrier_b2c_enriched_calling_supported_bool" value="false" /> <boolean name="carrier_b2c_enriched_calling_supported_bool" value="false" />
<boolean name="dtmf_type_enabled_bool" value="true" />
<boolean name="csp_enabled_bool" value="true" />
</carrier_config> </carrier_config>
<carrier_config mcc="001" mnc="01"> <carrier_config mcc="001" mnc="01">
<boolean name="carrier_volte_available_bool" value="true" /> <boolean name="carrier_volte_available_bool" value="true" />

View File

@@ -9,17 +9,11 @@
successfully placing the OTA call --> successfully placing the OTA call -->
<integer name="OtaShowListeningScreen">1</integer> <integer name="OtaShowListeningScreen">1</integer>
<!-- DEPRECATED: Use CarrierConfigManager#KEY_DTMF_TYPE_ENABLED_BOOL -->
<bool name="dtmf_type_enabled">true</bool>
<!-- Determine whether calls to mute the microphone in PhoneUtils <!-- Determine whether calls to mute the microphone in PhoneUtils
are routed through the android.media.AudioManager class (true) or through are routed through the android.media.AudioManager class (true) or through
the com.android.internal.telephony.Phone interface (false). --> the com.android.internal.telephony.Phone interface (false). -->
<bool name="send_mic_mute_to_AudioManager">true</bool> <bool name="send_mic_mute_to_AudioManager">true</bool>
<!-- DEPRECATED: Use CarrierConfigManager#KEY_CSP_ENABLED_BOOL -->
<bool name="csp_enabled">true</bool>
<!-- Flag indicating whether the device supports RTT (real-time text) --> <!-- Flag indicating whether the device supports RTT (real-time text) -->
<bool name="config_support_rtt">true</bool> <bool name="config_support_rtt">true</bool>