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 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 enabling copy message text into clipboard by long press -->
23    <bool name="enable_text_copy">false</bool>
24
25    <!-- 4370, 4383 -->
26    <string-array name="cmas_presidential_alerts_channels_range_strings" translatable="false">
27        <item>0x1112:rat=gsm, emergency=true, override_dnd=true</item>
28        <!-- additional language -->
29        <item>0x111F:rat=gsm, emergency=true, override_dnd=true</item>
30    </string-array>
31
32    <string-array name="cmas_alert_extreme_channels_range_strings" translatable="false">
33    </string-array>
34    <string-array name="cmas_alerts_severe_range_strings" translatable="false">
35    </string-array>
36    <string-array name="cmas_amber_alerts_channels_range_strings" translatable="false">
37    </string-array>
38
39    <!-- 4371~4378, 4384~4391 -->
40    <string-array name="emergency_alerts_channels_range_strings" translatable="false">
41        <item>0x1113-0x111A:rat=gsm, emergency=true</item>
42        <!-- additional language -->
43        <item>0x1120-0x1127:rat=gsm, emergency=true</item>
44    </string-array>
45    <!-- 4380, 4393 -->
46    <string-array name="required_monthly_test_range_strings" translatable="false">
47        <item>0x111C:rat=gsm, type=info, emergency=true</item>
48        <!-- additional language -->
49        <item>0x1129:rat=gsm, type=info, emergency=true</item>
50    </string-array>
51    <string-array name="exercise_alert_range_strings" translatable="false"></string-array>
52    <string-array name="operator_defined_alert_range_strings" translatable="false"></string-array>
53</resources>
54