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 display presidential alert in the settings -->
19    <bool name="show_presidential_alerts_settings">true</bool>
20    <!-- 4370 -->
21    <string-array name="cmas_presidential_alerts_channels_range_strings" translatable="false">
22        <item>0x1112:rat=gsm, emergency=true, always_on=true</item>
23    </string-array>
24    <!-- 4371 -->
25    <string-array name="cmas_alert_extreme_channels_range_strings" translatable="false">
26        <item>0x1113:rat=gsm, emergency=true</item>
27    </string-array>
28    <!-- 4375 -->
29    <string-array name="cmas_alerts_severe_range_strings" translatable="false">
30        <item>0x1117:rat=gsm, emergency=true</item>
31    </string-array>
32    <!-- 4379 Orange Alert for RO -->
33    <string-array name="public_safety_messages_channels_range_strings" translatable="false">
34        <item>0x111B:rat=gsm, emergency=true</item>
35    </string-array>
36    <string-array name="cmas_amber_alerts_channels_range_strings" translatable="false">
37    </string-array>
38    <string-array name="required_monthly_test_range_strings" translatable="false">
39    </string-array>
40    <!-- 4381 -->
41    <string-array name="exercise_alert_range_strings" translatable="false">
42        <item>0x111D:rat=gsm, emergency=true</item>
43    </string-array>
44    <string-array name="operator_defined_alert_range_strings" translatable="false">
45    </string-array>
46    <!-- Do not interrupt active voice call -->
47    <bool name="enable_alert_handling_during_call">true</bool>
48</resources>