Torsten Grote | c974464 | 2020-09-30 15:14:49 -0300 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
Bruno Martins | cc68943 | 2022-02-03 21:03:02 +0000 | [diff] [blame] | 3 | Copyright (C) 2020-2022 The LineageOS Project |
Torsten Grote | c974464 | 2020-09-30 15:14:49 -0300 | [diff] [blame] | 4 | |
| 5 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | you may not use this file except in compliance with the License. |
| 7 | You may obtain a copy of the License at |
| 8 | |
| 9 | http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | |
| 11 | Unless required by applicable law or agreed to in writing, software |
| 12 | distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | See the License for the specific language governing permissions and |
| 15 | limitations under the License. |
| 16 | --> |
| 17 | <resources> |
Bruno Martins | cc68943 | 2022-02-03 21:03:02 +0000 | [diff] [blame] | 18 | <!-- Indicates whether device has a front facing fingerprint sensor (not udfps). --> |
| 19 | <bool name="config_is_front_facing_fps" translatable="false">false</bool> |
| 20 | |
Torsten Grote | c974464 | 2020-09-30 15:14:49 -0300 | [diff] [blame] | 21 | <string-array name="config_ignored_backup_transports" translatable="false"> |
| 22 | <item>com.android.localtransport/.LocalTransport</item> |
| 23 | </string-array> |
Michael Bestas | 8e061c5 | 2021-06-14 03:34:06 +0300 | [diff] [blame] | 24 | |
| 25 | <!-- Whether to show peak refresh rate in display settings --> |
| 26 | <bool name="config_show_peak_refresh_rate_switch">false</bool> |
LuK1337 | fb6cf9d | 2020-11-22 03:15:07 +0100 | [diff] [blame] | 27 | |
| 28 | <!-- Whether to show min refresh rate in display settings --> |
| 29 | <bool name="config_show_min_refresh_rate_switch">false</bool> |
LuK1337 | 3962488 | 2022-06-14 10:16:34 +0200 | [diff] [blame^] | 30 | |
| 31 | <!-- Max network scan search time in seconds --> |
| 32 | <integer name="config_network_scan_helper_max_search_time_sec">300</integer> |
Torsten Grote | c974464 | 2020-09-30 15:14:49 -0300 | [diff] [blame] | 33 | </resources> |