sdm660-common: overlay: Squash CarrierConfig updates from caf and clean up unused telephony options
Change-Id: I2d635a7684fac6c9c135e62ee3b39f7ffafe978d
This commit is contained in:
parent
b7492e1ba0
commit
aec8d551fc
2 changed files with 1875 additions and 0 deletions
1861
overlay/packages/apps/CarrierConfig/res/xml/vendor.xml
Executable file
1861
overlay/packages/apps/CarrierConfig/res/xml/vendor.xml
Executable file
File diff suppressed because it is too large
Load diff
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue