1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2020 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 disable the opt-out dialog for all channels -->
19  <bool name="disable_opt_out_dialog">true</bool>
20  <!-- 4370, 4383 -->
21  <string-array name="cmas_presidential_alerts_channels_range_strings" translatable="false">
22    <item>0x1112:rat=gsm, emergency=true, always_on=true, override_dnd=true</item>
23    <!-- additional language -->
24    <item>0x111F:rat=gsm, emergency=true, always_on=true, override_dnd=true</item>
25  </string-array>
26  <!-- 4371~4372, 4384~4385 -->
27  <string-array name="cmas_alert_extreme_channels_range_strings" translatable="false">
28    <item>0x1113-0x1114:rat=gsm, emergency=true, override_dnd=true</item>
29    <!-- additional language -->
30    <item>0x1120-0x1121:rat=gsm, emergency=true, override_dnd=true</item>
31  </string-array>
32  <!-- 4373~4378, 4386~4391 -->
33  <string-array name="cmas_alerts_severe_range_strings" translatable="false">
34    <item>0x1115-0x111A:rat=gsm, emergency=true, override_dnd=true</item>
35    <!-- additional language -->
36    <item>0x1122-0x1127:rat=gsm, emergency=true, override_dnd=true</item>
37  </string-array>
38  <!-- 4380, 4393 -->
39  <string-array name="required_monthly_test_range_strings" translatable="false">
40    <item>0x111C:rat=gsm, emergency=true</item>
41    <!-- additional language -->
42    <item>0x1129:rat=gsm, emergency=true</item>
43  </string-array>
44  <!-- 4381, 4394 -->
45  <!-- Channels to receive emergency alerts (exercise) -->
46  <string-array name="exercise_alert_range_strings" translatable="false">
47    <item>0x111D:rat=gsm, emergency=true</item>
48    <!-- additional language -->
49    <item>0x112A:rat=gsm, emergency=true</item>
50  </string-array>
51  <!-- Disabled channels -->
52  <string-array name="operator_defined_alert_range_strings" translatable="false">
53  </string-array>
54  <string-array name="cmas_amber_alerts_channels_range_strings" translatable="false">
55  </string-array>
56  <string-array name="etws_alerts_range_strings" translatable="false">
57  </string-array>
58  <string-array name="etws_test_alerts_range_strings" translatable="false">
59  </string-array>
60  <string-array name="public_safety_messages_channels_range_strings" translatable="false">
61  </string-array>
62
63  <!-- Whether to display exercise test settings even when testing mode is off -->
64  <bool name="show_exercise_settings">false</bool>
65  <!-- whether to display a separate exercise test settings. today, most of time, exercise channels was controlled by the main test toggle. -->
66  <bool name="show_separate_exercise_settings">true</bool>
67  <bool name="show_test_settings">false</bool>
68</resources>