summaryrefslogtreecommitdiffstats
path: root/core/res/res/values-mcc404
diff options
context:
space:
mode:
authorSungmin Choi <sungmin.choi@lge.com>2013-12-13 14:50:40 +0900
committerSungmin Choi <sungmin.choi@lge.com>2013-12-16 09:18:13 +0900
commit054379313d217f6216c555d4644d640b975a7c81 (patch)
tree7c57a34a5bc1ada4ea8335e31e93f491e1f1326d /core/res/res/values-mcc404
parenta0ab49bb52f44eac97f81117d6864edd6a2e0487 (diff)
downloadframeworks_base-054379313d217f6216c555d4644d640b975a7c81.zip
frameworks_base-054379313d217f6216c555d4644d640b975a7c81.tar.gz
frameworks_base-054379313d217f6216c555d4644d640b975a7c81.tar.bz2
telephony: Add same named operator configuration for some operators
Add same named operator configuration for 404, 405, and 520. That is, show roaming icon though same named operators. Bug: 12121959 Change-Id: I9148bab727170f670fd2679db69b123b0526bb32
Diffstat (limited to 'core/res/res/values-mcc404')
-rw-r--r--core/res/res/values-mcc404/config.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/core/res/res/values-mcc404/config.xml b/core/res/res/values-mcc404/config.xml
new file mode 100644
index 0000000..a106b0a
--- /dev/null
+++ b/core/res/res/values-mcc404/config.xml
@@ -0,0 +1,26 @@
+<?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">
+ <!-- Show roaming icon though same named operators. -->
+ <string-array translatable="false" name="config_sameNamedOperatorConsideredRoaming">
+ <item>404</item>
+ <item>405</item>
+ </string-array>
+</resources>