config.xml 586 B

123456789101112
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. Copyright (C) 2022 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. <!-- How long it takes for the HW to start illuminating after the illumination is requested. -->
  10. <integer name="config_udfps_illumination_transition_ms">0</integer>
  11. </resources>