summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Yu <jackyu@google.com>2018-05-02 17:11:09 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2018-05-02 17:11:09 +0000
commit21b6eb28283d506775a16bd375a42a804a2ec046 (patch)
tree1e319a3f0614b73b4d411c45e101fc2800cb83e0
parent6fdcbd621a846fa305afdffce25e4abbf03fc580 (diff)
parentef20374371b3004206523e17dc7f83f6bb06f446 (diff)
downloadCellBroadcastReceiver-21b6eb28283d506775a16bd375a42a804a2ec046.tar.gz
Merge "Enabled area info update for India" into pi-dev
-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>