Revert "msm8226-common: Don't mess with APN or CDMA CarrierConfig options"

* It turns out, this is now necessary for Sprint

This reverts commit b1352d7bec.

Change-Id: Ifaa71b0cfc0879d881a8ab9d1cb54aa8255a74d2
This commit is contained in:
Paul Keith 2020-01-30 09:43:11 -06:00 committed by RomanDesigner
parent ff6ff0911a
commit 4fce9c5328

View file

@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8' standalone='yes' ?> <?xml version='1.0' encoding='utf-8' standalone='yes' ?>
<!-- <!--
/* /*
** Copyright 2017-2018, The LineageOS Project ** Copyright 2020, The LineageOS Project
** **
** Licensed under the Apache License, Version 2.0 (the "License"); ** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License. ** you may not use this file except in compliance with the License.
@ -19,7 +19,10 @@
<carrier_config_list> <carrier_config_list>
<carrier_config> <carrier_config>
<boolean name="apn_expand_bool" value="true" />
<boolean name="world_phone_bool" value="true" /> <boolean name="world_phone_bool" value="true" />
<boolean name="allow_adding_apns_bool" value="true" /> <boolean name="allow_adding_apns_bool" value="true" />
<boolean name="show_cdma_choices_bool" value="true" />
<boolean name="show_apn_setting_cdma_bool" value="true" />
</carrier_config> </carrier_config>
</carrier_config_list> </carrier_config_list>