mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
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:
parent
e8af831705
commit
a7ec81ccbf
1 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue