summaryrefslogtreecommitdiffstats
path: root/core/res/res/values-mcc234-mnc31
diff options
context:
space:
mode:
authorSungmin Choi <sungmin.choi@lge.com>2013-07-19 13:36:29 +0900
committerRobert Greenwalt <rgreenwalt@google.com>2013-08-29 12:11:17 -0700
commitf965bb1cf3790cab9162a30f0f429feb21fbbdfd (patch)
tree71ea2bdc4efbb3ce57d75da50078556dcee4cd48 /core/res/res/values-mcc234-mnc31
parentc7d515aa219a93dc487de2a1bd762897602160c7 (diff)
downloadframeworks_base-f965bb1cf3790cab9162a30f0f429feb21fbbdfd.zip
frameworks_base-f965bb1cf3790cab9162a30f0f429feb21fbbdfd.tar.gz
frameworks_base-f965bb1cf3790cab9162a30f0f429feb21fbbdfd.tar.bz2
Don't show roaming icon for specific operators
bug:9896815 bug:10100304 bug:10097969 bug:10101601 Conflicts: core/res/res/values/config.xml Change-Id: I6165f42b2a3d7f4bbd16c97f7a2b8760a688e2d4
Diffstat (limited to 'core/res/res/values-mcc234-mnc31')
-rw-r--r--core/res/res/values-mcc234-mnc31/config.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/core/res/res/values-mcc234-mnc31/config.xml b/core/res/res/values-mcc234-mnc31/config.xml
new file mode 100644
index 0000000..eabdf9a
--- /dev/null
+++ b/core/res/res/values-mcc234-mnc31/config.xml
@@ -0,0 +1,30 @@
+<?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">
+ <!-- Don't use roaming icon for considered operators -->
+ <string-array translatable="false" name="config_operatorConsideredNonRoaming">
+ <item>23430</item>
+ <item>23431</item>
+ <item>23432</item>
+ <item>23433</item>
+ <item>23434</item>
+ <item>23486</item>
+ </string-array>
+</resources>