sdm660-common: overlay: Squash CarrierConfig updates from caf and clean up unused telephony options

Change-Id: I2d635a7684fac6c9c135e62ee3b39f7ffafe978d
This commit is contained in:
GuaiYiHu 2018-12-27 16:43:07 +08:00 committed by Max Weffers
parent b7492e1ba0
commit aec8d551fc
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE
2 changed files with 1875 additions and 0 deletions

File diff suppressed because it is too large Load diff

View file

@ -25,6 +25,20 @@
<!-- Flag indicating if hac is enabled --> <!-- Flag indicating if hac is enabled -->
<bool name="hac_enabled">true</bool> <bool name="hac_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>
<!-- 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 -->
<bool name="csp_enabled">true</bool>
<!-- Show enabled lte option for lte device --> <!-- Show enabled lte option for lte device -->
<bool name="config_enabled_lte" translatable="false">true</bool> <bool name="config_enabled_lte" translatable="false">true</bool>
<!-- Show Preferred Network Type options in No SIM case -->
<bool name="config_no_sim_display_network_modes">true</bool>
</resources> </resources>