sm8550-common: CarrierConfig: Disable global mode and CDMA choices

* Cleans up mobile network settings.

Change-Id: I0c6b4d1fc3ccd79739ee9b1cc6aecc42e5a83516
This commit is contained in:
Jake Weinstein
2020-12-05 07:07:29 +01:00
committed by chaptsand
parent e5e433f2f3
commit bcfaa1dce2
2 changed files with 4 additions and 5 deletions

View File

@@ -2,10 +2,12 @@
<carrier_config_list>
<carrier_config>
<boolean name="apn_expand_bool" value="true" />
<boolean name="world_phone_bool" value="true" />
<!-- PA: Disable World Mode to clean up network modes -->
<boolean name="world_phone_bool" value="false" />
<boolean name="allow_adding_apns_bool" value="true" />
<boolean name="hide_preferred_network_type_bool" value="false" />
<boolean name="show_cdma_choices_bool" value="true" />
<!-- PA: Disable CDMA Choices to clean up settings -->
<boolean name="show_cdma_choices_bool" value="false" />
<boolean name="allow_video_call_in_low_battery" value="true" />
<boolean name="config_enable_display_14digit_imei" value="false" />
<boolean name="video_call_use_ext" value="true" />

View File

@@ -9,9 +9,6 @@
successfully placing the OTA call -->
<integer name="OtaShowListeningScreen">1</integer>
<!-- DEPRECATED: Use CarrierConfigManager#KEY_WORLD_PHONE_BOOL -->
<bool name="world_phone">true</bool>
<!-- DEPRECATED: Use CarrierConfigManager#KEY_DTMF_TYPE_ENABLED_BOOL -->
<bool name="dtmf_type_enabled">true</bool>