| <?xml version="1.0" encoding="utf-8"?> |
| <!-- Copyright (C) 2019 The Android Open Source Project |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| |
| <resources> |
| <!-- If this value is true, SMS encoded as octet is decoded by utf8 decoder. |
| If false, decoded by Latin decoder. --> |
| <bool name="config_sms_utf8_support">false</bool> |
| |
| <!-- Package names of the default cell broadcast receivers --> |
| <string-array name="config_defaultCellBroadcastReceiverPkgs" translatable="false"> |
| <item>com.android.cellbroadcastreceiver</item> |
| </string-array> |
| |
| <!-- Package names of the test cell broadcast receivers, only used on debug builds --> |
| <string-array name="config_testCellBroadcastReceiverPkgs" translatable="false"> |
| </string-array> |
| |
| <!-- The message expiration time in milliseconds for duplicate detection --> |
| <integer name="message_expiration_time">86400000</integer> |
| |
| <!-- Whether to compare message body when deduping messages --> |
| <bool name="duplicate_compare_body">false</bool> |
| |
| <!-- Whether to reset alert message duplicate detection and geo-fencing check after |
| reboot or toggling airplane mode --> |
| <bool name="reset_on_power_cycle_or_airplane_mode">false</bool> |
| </resources> |