msm8974-common: Import CarrierConfig overlay
* From LineageOS/android_device_samsung_klte@3ea5d5050b Change-Id: Ifcb775aa6a1893dd3e2ad93c81b338493cd9337a
This commit is contained in:
parent
86e492652d
commit
1d79ff94da
38
overlay/packages/apps/CarrierConfig/res/xml/vendor.xml
Normal file
38
overlay/packages/apps/CarrierConfig/res/xml/vendor.xml
Normal file
@ -0,0 +1,38 @@
|
||||
<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2017, 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.
|
||||
** You may obtain a copy of the License at
|
||||
**
|
||||
** http://www.apache.org/licenses/LICENSE-2.0
|
||||
**
|
||||
** Unless required by applicable law or agreed to in writing, software
|
||||
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
** See the License for the specific language governing permissions and
|
||||
** limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<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">
|
||||
<boolean name="disable_cdma_activation_code_bool" value="true" />
|
||||
</carrier_config>
|
||||
<carrier_config mcc="310" mnc="004">
|
||||
<boolean name="disable_cdma_activation_code_bool" value="true" />
|
||||
</carrier_config>
|
||||
<carrier_config mcc="310" mnc="480">
|
||||
<boolean name="disable_cdma_activation_code_bool" value="true" />
|
||||
</carrier_config>
|
||||
</carrier_config_list>
|
Loading…
Reference in New Issue
Block a user