diff options
author | neatchee <neatchee@gmail.com> | 2014-08-21 17:25:13 -0700 |
---|---|---|
committer | Steve Kondik <steve@cyngn.com> | 2015-10-21 14:46:50 -0700 |
commit | 13a8f340487dcce51446ffe31a362650b513010f (patch) | |
tree | 4536e38d4595dbc46475908fe47094fcb091ca63 | |
parent | a0aa5960c7c26819c40b7a95a74908fe82149ab9 (diff) | |
download | frameworks_base-13a8f340487dcce51446ffe31a362650b513010f.zip frameworks_base-13a8f340487dcce51446ffe31a362650b513010f.tar.gz frameworks_base-13a8f340487dcce51446ffe31a362650b513010f.tar.bz2 |
Lycamobile (MNC04) considered non-roaming on Vodafone (MNC01)
Change-Id: Icff916672e5ed666adf2cdfeb26d24bf43b64683
-rw-r--r-- | core/res/res/values-mcc268-mnc04/config.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/core/res/res/values-mcc268-mnc04/config.xml b/core/res/res/values-mcc268-mnc04/config.xml new file mode 100644 index 0000000..cc70a32 --- /dev/null +++ b/core/res/res/values-mcc268-mnc04/config.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2013, The Android Open Source 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. +*/ +--> + +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Lycamobile: Don't use roaming icon for Vodafone --> + <string-array translatable="false" name="config_operatorConsideredNonRoaming"> + <item>26801</item> + </string-array> +</resources> |