• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2018 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 enable CMAS settings (United States) -->
19    <!-- No need to show this for Peru users -->
20    <bool name="show_cmas_settings">false</bool>
21
22    <!-- 4370, 4383, 919 -->
23    <string-array name="cmas_presidential_alerts_channels_range_strings" translatable="false">
24        <item>0x1112:rat=gsm, emergency=true</item>
25        <item>0x111F:rat=gsm, emergency=true</item>
26        <item>0x397:rat=gsm, emergency=true</item>
27    </string-array>
28
29    <!-- 4382 -->
30    <string-array name="public_safety_messages_channels_range_strings" translatable="false">
31        <item>0x111E:rat=gsm, emergency=true</item>
32    </string-array>
33
34    <!--4380, 519 -->
35    <string-array name="required_monthly_test_range_strings" translatable="false">
36        <item>0x111C:rat=gsm, emergency=true</item>
37        <item>0x207:rat=gsm, emergency=true</item>
38    </string-array>
39
40    <!--4381 -->
41    <string-array name="exercise_alert_range_strings" translatable="false">
42        <item>0x111D:rat=gsm, emergency=true</item>
43    </string-array>
44
45    <!-- 4396~4399, 50 -->
46    <string-array name="additional_cbs_channels_strings" translatable="false">
47        <item>0x112C-0x112F:rat=gsm, emergency=true</item>
48        <item>0x032:type=area, emergency=false</item>
49    </string-array>
50
51    <string-array name="cmas_alert_extreme_channels_range_strings" translatable="false"></string-array>
52    <string-array name="cmas_alerts_severe_range_strings" translatable="false"></string-array>
53    <string-array name="cmas_amber_alerts_channels_range_strings" translatable="false"></string-array>
54    <string-array name="operator_defined_alert_range_strings" translatable="false"></string-array>
55    <bool name="show_date_time_title">true</bool>
56
57    <!-- For Peru users, we always play tones with full volume regardless the phone is in slient
58         mode or not -->
59    <bool name="use_full_volume">true</bool>
60
61    <!-- Emergecny alert tone duration set to 3 minute for Peru users -->
62    <integer name="alert_duration">180000</integer>
63</resources>
64