17 lines
756 B
XML
17 lines
756 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
SPDX-FileCopyrightText: The LineageOS Project
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
|
<!-- Type of the udfps long press sensor. Empty if long press is not supported. -->
|
|
<string name="config_dozeUdfpsLongPressSensorType" translatable="false">org.lineageos.sensor.udfps</string>
|
|
|
|
<!-- Whether to enable fp unlock when screen turns off on udfps devices -->
|
|
<bool name="config_screen_off_udfps_enabled">true</bool>
|
|
|
|
<!-- Default value for fp screen off unlock toggle, it only works for the devices that support
|
|
fp screen off unlock-->
|
|
<bool name="config_screen_off_udfps_default_on">true</bool>
|
|
</resources>
|