• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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    <!-- Channel 4370 -->
19    <string-array name="cmas_presidential_alerts_channels_range_strings" translatable="false">
20        <item>0x1112:rat=gsm, emergency=true, alert_duration=180000, always_on=true, override_dnd=true</item>
21    </string-array>
22    <!-- Channel 6400 -->
23    <string-array name="public_safety_messages_channels_range_strings" translatable="false">
24        <item>0x1900:rat=gsm, emergency=true, type=info</item>
25    </string-array>
26    <!-- Channel 4380 -->
27    <string-array name="required_monthly_test_range_strings" translatable="false">
28        <item>0x111C:rat=gsm, emergency=true, type=info</item>
29    </string-array>
30    <!-- Channel 4381 -->
31    <string-array name="exercise_alert_range_strings" translatable="false">
32        <item>0x111D:rat=gsm, emergency=true, type=info</item>
33    </string-array>
34    <string-array name="additional_cbs_channels_strings" translatable="false">
35        <!-- Channel 50 for area update info -->
36        <item>0x32:type=area, emergency=false</item>
37    </string-array>
38    <string-array name="cmas_alert_extreme_channels_range_strings" translatable="false" />
39    <string-array name="cmas_alerts_severe_range_strings" translatable="false" />
40    <string-array name="cmas_amber_alerts_channels_range_strings" translatable="false" />
41    <string-array name="operator_defined_alert_range_strings" translatable="false" />
42    <!-- Whether to show main switch settings at the top -->
43    <bool name="show_main_switch_settings">false</bool>
44    <bool name="show_separate_exercise_settings">true</bool>
45    <!-- Whether to display exercise test settings when testing mode is off. -->
46    <bool name="show_exercise_settings">true</bool>
47    <!-- RMT alerts toggle default value -->
48    <bool name="test_alerts_enabled_default">true</bool>
49    <!-- Exercise test alerts toggle default value -->
50    <bool name="test_exercise_alerts_enabled_default">true</bool>
51    <string name="date_time_format" translatable="false">yyyy-MM-dd, HH:mm a</string>
52    <!-- Show area update info settings in CellBroadcastReceiver and information in SIM status in Settings app -->
53    <bool name="config_showAreaUpdateInfoSettings">true</bool>
54</resources>
55