mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
synced 2025-05-21 13:37:16 +09:00
sm6250-common: overlay: Use CarrierConfig DTMF & CSP booleans.
* Overlays were deprecated awhile ago for these. Change-Id: I51b70aa15f128186063ce52446cb67715a957185
This commit is contained in:
parent
b881fdf77e
commit
7418db2fcf
@ -45,6 +45,8 @@
|
|||||||
<boolean name="carrier_allow_transfer_ims_call_bool" value="true" />
|
<boolean name="carrier_allow_transfer_ims_call_bool" value="true" />
|
||||||
<long name="carrier_data_call_apn_retry_after_disconnect_long" value="100" />
|
<long name="carrier_data_call_apn_retry_after_disconnect_long" value="100" />
|
||||||
<string name="gps.nfw_proxy_apps">com.example.android.locationattribution</string>
|
<string name="gps.nfw_proxy_apps">com.example.android.locationattribution</string>
|
||||||
|
<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" />
|
||||||
|
@ -15,17 +15,6 @@
|
|||||||
<!-- 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>
|
||||||
|
|
||||||
<!-- If this is true, the SIM card (through Customer Service Profile EF file) will be
|
|
||||||
able to prevent manual operator selection. If false, this SIM setting will be
|
|
||||||
ignored and manual operator selection will always be available. See
|
|
||||||
CPHS4_2.WW6, CPHS B.4.7.1 for more information -->
|
|
||||||
<!-- DEPRECATED: Use CarrierConfigManager#KEY_CSP_ENABLED_BOOL -->
|
|
||||||
<bool name="csp_enabled">true</bool>
|
|
||||||
|
|
||||||
<!-- Flag indicating if dtmf tone type is enabled -->
|
|
||||||
<!-- 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). -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user