blob: 7f02d4affb4d0f5f2d18f0fb2e57fc8b77ef53b0 [file] [log] [blame]
Jordan Liudfcbfaf2019-10-11 11:42:03 -07001<?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 <!-- If this value is true, SMS encoded as octet is decoded by utf8 decoder.
19 If false, decoded by Latin decoder. -->
20 <bool name="config_sms_utf8_support">false</bool>
Jordan Liu8866f912019-10-18 12:06:35 -070021
22 <!-- Package names of the default cell broadcast receivers -->
23 <string-array name="config_defaultCellBroadcastReceiverPkgs" translatable="false">
24 <item>com.android.cellbroadcastreceiver</item>
25 </string-array>
Jack Yu2390cad2019-10-24 00:19:49 -070026
Jordan Liu997ab0a2019-11-14 14:23:49 -080027 <!-- Package names of the test cell broadcast receivers, only used on debug builds -->
28 <string-array name="config_testCellBroadcastReceiverPkgs" translatable="false">
29 </string-array>
30
Jack Yu2390cad2019-10-24 00:19:49 -070031 <!-- The message expiration time in milliseconds for duplicate detection -->
32 <integer name="message_expiration_time">86400000</integer>
33
34 <!-- Whether to compare message body when deduping messages -->
35 <bool name="duplicate_compare_body">false</bool>
36
Jack Yu7afa1c02019-11-07 22:59:46 -080037 <!-- Whether to reset alert message duplicate detection and geo-fencing check after
38 reboot or toggling airplane mode -->
39 <bool name="reset_on_power_cycle_or_airplane_mode">false</bool>
Jack Yu90af67b2020-01-24 11:45:59 -080040
41 <!-- Cell broadcast channels for area info update. Note the channel configuration for area info
42 is needed in CellBroadcastReceiver as well. -->
43 <integer-array name="area_info_channels">
44 </integer-array>
45
46 <!-- Package names of the area info receivers -->
47 <string-array name="config_area_info_receiver_packages" translatable="false">
48 </string-array>
Jordan Liudfcbfaf2019-10-11 11:42:03 -070049</resources>