summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Yu <jackyu@google.com>2019-05-29 15:12:42 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-05-29 15:12:42 -0700
commitbf7a4e1d2b57f00c901f5a77b45e1e7a1061bc4a (patch)
tree0667658faa80968c05d11299d11592c3754066a5
parent9bf4bbe0184ba676289d8687dc0d09420bc3b925 (diff)
parent185e67e904b9d0f1b5b50d61dacaa685719a71ea (diff)
downloadCellBroadcastReceiver-bf7a4e1d2b57f00c901f5a77b45e1e7a1061bc4a.tar.gz
Channels updated for carriers
am: 185e67e904 Change-Id: I9fe4f7b29239b3f85a11548a5a1a5998c3a1dfcf
-rw-r--r--res/values-mcc440-mnc11/config.xml29
-rw-r--r--res/values-mcc440-mnc50/config.xml11
2 files changed, 37 insertions, 3 deletions
diff --git a/res/values-mcc440-mnc11/config.xml b/res/values-mcc440-mnc11/config.xml
new file mode 100644
index 000000000..ed9c1f9f2
--- /dev/null
+++ b/res/values-mcc440-mnc11/config.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2017 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>
+ <string-array name="etws_alerts_range_strings" translatable="false">
+ <!-- 0x1100 for earthquake -->
+ <item>0x1100:rat=gsm, type=etws_earthquake, emergency=true</item>
+ <!-- 0x1101 for tsunami -->
+ <item>0x1101:rat=gsm, type=etws_tsunami, emergency=true</item>
+ <!-- 0xA808 for other purposes -->
+ <item>0xA808:rat=gsm, type=other, emergency=true, scope=carrier</item>
+ </string-array>
+ <string-array name="additional_cbs_channels_strings" translatable="false">
+ <item>0xA807:rat=gsm, emergency=false</item>
+ </string-array>
+</resources>
diff --git a/res/values-mcc440-mnc50/config.xml b/res/values-mcc440-mnc50/config.xml
index 24f889674..ed9c1f9f2 100644
--- a/res/values-mcc440-mnc50/config.xml
+++ b/res/values-mcc440-mnc50/config.xml
@@ -17,8 +17,13 @@
<resources>
<string-array name="etws_alerts_range_strings" translatable="false">
<!-- 0x1100 for earthquake -->
- <item>0x1100:rat=gsm, emergency=true</item>
- <!-- 0xA003 for other purposes -->
- <item>0xA003:rat=gsm, type=other, emergency=true, scope=carrier</item>
+ <item>0x1100:rat=gsm, type=etws_earthquake, emergency=true</item>
+ <!-- 0x1101 for tsunami -->
+ <item>0x1101:rat=gsm, type=etws_tsunami, emergency=true</item>
+ <!-- 0xA808 for other purposes -->
+ <item>0xA808:rat=gsm, type=other, emergency=true, scope=carrier</item>
+ </string-array>
+ <string-array name="additional_cbs_channels_strings" translatable="false">
+ <item>0xA807:rat=gsm, emergency=false</item>
</string-array>
</resources>