blob: 5abcab98da9bebed72ab7c8734a33d9d205d7648 [file] [log] [blame]
Torsten Grotec9744642020-09-30 15:14:49 -03001<?xml version="1.0" encoding="utf-8"?>
2<!--
Bruno Martinscc689432022-02-03 21:03:02 +00003 Copyright (C) 2020-2022 The LineageOS Project
Torsten Grotec9744642020-09-30 15:14:49 -03004
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 Martinscc689432022-02-03 21:03:02 +000018 <!-- 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 Grotec9744642020-09-30 15:14:49 -030021 <string-array name="config_ignored_backup_transports" translatable="false">
22 <item>com.android.localtransport/.LocalTransport</item>
23 </string-array>
Michael Bestas8e061c52021-06-14 03:34:06 +030024
25 <!-- Whether to show peak refresh rate in display settings -->
26 <bool name="config_show_peak_refresh_rate_switch">false</bool>
LuK1337fb6cf9d2020-11-22 03:15:07 +010027
28 <!-- Whether to show min refresh rate in display settings -->
29 <bool name="config_show_min_refresh_rate_switch">false</bool>
LuK133739624882022-06-14 10:16:34 +020030
31 <!-- Max network scan search time in seconds -->
32 <integer name="config_network_scan_helper_max_search_time_sec">300</integer>
Torsten Grotec9744642020-09-30 15:14:49 -030033</resources>