config.xml 553 B

123456789101112
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. Copyright (C) 2024 The LineageOS Project
  4. SPDX-License-Identifier: Apache-2.0
  5. -->
  6. <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
  7. <!-- Type of the udfps long press sensor. Empty if long press is not supported. -->
  8. <string name="config_dozeUdfpsLongPressSensorType" translatable="false">org.lineageos.sensor.udfps</string>
  9. <!-- Whether devices suports in-display fingerprint when screen is off -->
  10. <bool name="config_supportScreenOffUdfps">true</bool>
  11. </resources>