mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-10-31 18:36:41 +00:00
msm8974-common: Don't mess with APN or CDMA CarrierConfig options
* These should be set appropriately by carrier, and should already be at the correct values by default in packages/apps/CarrierConfig Change-Id: I433b110570c2b79b15076dadf58777e0289e347a
This commit is contained in:
parent
8e587068f7
commit
b1352d7bec
1 changed files with 1 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2017, The LineageOS Project
|
||||
** Copyright 2017-2018, The LineageOS Project
|
||||
**
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
|
@ -19,11 +19,8 @@
|
|||
|
||||
<carrier_config_list>
|
||||
<carrier_config>
|
||||
<boolean name="apn_expand_bool" value="true" />
|
||||
<boolean name="world_phone_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 mcc="204" mnc="04" gid1="BAE0000000000000">
|
||||
|
|
Loading…
Reference in a new issue