mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
synced 2025-05-24 06:57:23 +09:00
sm6250-common: overlay: Update from V13.0.2.0.SJWMIXM
All the changes made before have been preserved. Change-Id: I902672256791b00a94dcea982093d6af2f817a68
This commit is contained in:
parent
540fdefa95
commit
b881fdf77e
File diff suppressed because it is too large
Load Diff
@ -5,11 +5,34 @@
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<!-- Flag indicating if hac is enabled -->
|
||||
<bool name="hac_enabled">true</bool>
|
||||
<!-- Determine whether we should show the "listen for instructions" screen after
|
||||
successfully placing the OTA call -->
|
||||
<integer name="OtaShowListeningScreen">1</integer>
|
||||
|
||||
<!-- Show enabled lte option for lte device -->
|
||||
<bool name="config_enabled_lte">true</bool>
|
||||
<!-- Show Preferred Network Type options in No SIM case -->
|
||||
<bool name="config_no_sim_display_network_modes">true</bool>
|
||||
|
||||
<!-- Flag indicating whether the device supports RTT (real-time text) -->
|
||||
<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
|
||||
are routed through the android.media.AudioManager class (true) or through
|
||||
the com.android.internal.telephony.Phone interface (false). -->
|
||||
<bool name="send_mic_mute_to_AudioManager">true</bool>
|
||||
|
||||
<!-- String indicating the package name of the device GbaService implementation. -->
|
||||
<string name="config_gba_package" translatable="false">com.qualcomm.qti.uimGbaApp</string>
|
||||
|
||||
<!-- String indicating the package name of the device ImsService implementation for MMTEL. -->
|
||||
<string name="config_ims_mmtel_package" translatable="false">org.codeaurora.ims</string>
|
||||
@ -17,4 +40,7 @@
|
||||
<!-- String indicating the package name of the device ImsService implementation for RCS. -->
|
||||
<string name="config_ims_rcs_package" translatable="false">org.codeaurora.ims</string>
|
||||
|
||||
<!-- The package name for the platform number verification supplier app. -->
|
||||
<string name="platform_number_verification_package" translatable="false">com.google.android.gms</string>
|
||||
|
||||
</resources>
|
||||
|
Loading…
x
Reference in New Issue
Block a user