mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
msm8974-common: Correct MCC code for Verizon CarrierConfig
* Verizon's operator numeric is 311480 not 310480 Change-Id: I0732fc277f412c151a235a4abdc27011d7ba10c7
This commit is contained in:
parent
754d229086
commit
cf7ed4588b
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
<carrier_config mcc="310" mnc="004">
|
||||
<boolean name="disable_cdma_activation_code_bool" value="true" />
|
||||
</carrier_config>
|
||||
<carrier_config mcc="310" mnc="480">
|
||||
<carrier_config mcc="311" mnc="480">
|
||||
<boolean name="disable_cdma_activation_code_bool" value="true" />
|
||||
</carrier_config>
|
||||
|
||||
|
|
Loading…
Reference in a new issue