summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Yu <jackyu@google.com>2018-05-01 13:55:09 -0700
committerJack Yu <jackyu@google.com>2018-05-01 13:55:09 -0700
commitef20374371b3004206523e17dc7f83f6bb06f446 (patch)
treec532ac95988b99d09b36d8bf1b7c006f7c2220ed
parentce607236d2591975bb8ef41f2a35f8b02c79547e (diff)
downloadCellBroadcastReceiver-ef20374371b3004206523e17dc7f83f6bb06f446.tar.gz
Enabled area info update for India
We only enabled for MCC 404 before. Now we enable MCC 405 as well. Test: Manual Bug: 69725276 Change-Id: Ic4facff310c19e4677c0ee1054f3eb9fcd701de1
-rw-r--r--res/values-mcc405/config.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/res/values-mcc405/config.xml b/res/values-mcc405/config.xml
new file mode 100644
index 000000000..96f4a334a
--- /dev/null
+++ b/res/values-mcc405/config.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright 2018 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="additional_cbs_channels_strings" translatable="false">
+ <!-- Channel 60 for area update info is required by Indian government -->
+ <item>0x03C:type=area, emergency=false</item>
+ </string-array>
+</resources>