2022-08-25 23:28:46 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
|
|
Copyright (C) 2022 The LineageOS Project
|
|
|
|
SPDX-License-Identifier: Apache-2.0
|
|
|
|
-->
|
|
|
|
<resources>
|
|
|
|
<!-- HBM type of UDFPS overlay.
|
|
|
|
0 - GLOBAL HBM
|
|
|
|
1 - LOCAL HBM
|
|
|
|
-->
|
|
|
|
<integer name="config_udfpsHbmType">0</integer>
|
2022-06-27 09:57:14 -04:00
|
|
|
|
2022-09-21 12:21:11 -04:00
|
|
|
<!-- Color of the UDFPS pressed view -->
|
|
|
|
<color name="config_udfpsColor">#ffffff</color>
|
|
|
|
|
2022-06-27 09:57:14 -04:00
|
|
|
<!-- Doze: does the double tap sensor need a proximity check? -->
|
|
|
|
<bool name="doze_double_tap_proximity_check">true</bool>
|
2022-08-25 23:28:46 -04:00
|
|
|
</resources>
|