1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2019 The Android Open Source Project
3
4     Licensed under the Apache License, Version 2.0 (the "License");
5     you may not use this file except in compliance with the License.
6     You may obtain a copy of the License at
7
8          http://www.apache.org/licenses/LICENSE-2.0
9
10     Unless required by applicable law or agreed to in writing, software
11     distributed under the License is distributed on an "AS IS" BASIS,
12     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13     See the License for the specific language governing permissions and
14     limitations under the License.
15-->
16
17<resources>
18    <!-- Whether to show extreme alert settings -->
19    <bool name="show_extreme_alert_settings">false</bool>
20    <!-- Whether to show severe alert settings -->
21    <bool name="show_severe_alert_settings">false</bool>
22    <!-- Whether to show amber alert settings -->
23    <bool name="show_amber_alert_settings">false</bool>
24
25    <!-- 4372 -->
26    <string-array name="cmas_alert_extreme_channels_range_strings" translatable="false">
27        <item>0x1114:rat=gsm, emergency=true</item>
28    </string-array>
29    <!-- Channels to receive public safety messages -->
30    <!-- only allow users to toggle channel 4371 for Netherlands -->
31    <string-array name="public_safety_messages_channels_range_strings" translatable="false">
32        <item>0x1113:rat=gsm, emergency=true</item>
33    </string-array>
34    <!-- Whether to show test settings -->
35    <bool name="show_test_settings">false</bool>
36</resources>