OSDN Git Service

Enable config CDMA home system by mcc mnc
authorJing Zhao <zhaojing@motorola.com>
Wed, 23 Jul 2014 17:01:19 +0000 (12:01 -0500)
committerAmit Mahajan <amitmahajan@google.com>
Mon, 28 Jul 2014 21:53:52 +0000 (21:53 +0000)
Define CDMA home system IDs for Verizon

Change-Id: Ie10d838173df3095238c50d419bd9de589e34e55

core/res/res/values-mcc310-mnc004/config.xml [new file with mode: 0644]
core/res/res/values-mcc311-mnc480 [new symlink]
core/res/res/values/config.xml
core/res/res/values/symbols.xml

diff --git a/core/res/res/values-mcc310-mnc004/config.xml b/core/res/res/values-mcc310-mnc004/config.xml
new file mode 100644 (file)
index 0000000..4aac79d
--- /dev/null
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2012, 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">
+
+    <!-- CDMA home system id for Verizon -->
+    <string-array translatable="false" name="config_cdma_home_system">
+        <item>64</item>
+        <item>65</item>
+        <item>76</item>
+        <item>77</item>
+        <item>78</item>
+        <item>79</item>
+        <item>80</item>
+        <item>81</item>
+        <item>82</item>
+        <item>83</item>
+    </string-array>
+
+</resources>
diff --git a/core/res/res/values-mcc311-mnc480 b/core/res/res/values-mcc311-mnc480
new file mode 120000 (symlink)
index 0000000..96b1be9
--- /dev/null
@@ -0,0 +1 @@
+./values-mcc310-mnc004
\ No newline at end of file
index 7f160e8..0affe04 100644 (file)
 
     <bool name="config_networkSamplingWakesDevice">true</bool>
 
+    <string-array translatable="false" name="config_cdma_home_system" />
+
 </resources>
index 30209e9..931a3db 100644 (file)
   <java-symbol type="attr" name="lightRadius" />
   <java-symbol type="attr" name="ambientShadowAlpha" />
   <java-symbol type="attr" name="spotShadowAlpha" />
+
+  <java-symbol type="array" name="config_cdma_home_system" />
 </resources>