summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyein Yu <hyeinyu@google.com>2022-02-21 07:57:30 +0000
committerHyein Yu <hyeinyu@google.com>2022-02-21 07:57:30 +0000
commit1f77d91e0982a63247891dfd7f22f476036ac9af (patch)
treebf524b413848fb0d6b8194e48347090c383b547f
parent09d27b6958a9535006cf87cf7d6ae05f2b47f4f5 (diff)
downloadCellBroadcastReceiver-1f77d91e0982a63247891dfd7f22f476036ac9af.tar.gz
Add a new config for KDDI (MCCMNC:44054)
KDDI needs a CBR configuration which supports the following message ids for KDDI's new SIM (MCCMNC:44054) 0x1100 for Earthquake 0x1101 for Tsunami 0x1103 for Test 0x1104 for Others (0xA808 is NOT needed) Bug: 219868439 Test: Manual Change-Id: I9b6d0840d5657bdc2ad234249d9495dc305b3cad
-rw-r--r--res/values-mcc440-mnc54/config.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/res/values-mcc440-mnc54/config.xml b/res/values-mcc440-mnc54/config.xml
new file mode 100644
index 000000000..cc9d7e924
--- /dev/null
+++ b/res/values-mcc440-mnc54/config.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2021 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>
+ <!-- 0x1104 for other purposes -->
+ <item>0x1104:rat=gsm, type=other, emergency=true, scope=carrier</item>
+ </string-array>
+</resources>