arrays.xml 943 B

123456789101112131415161718192021
  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. <!-- The properties of a UDFPS sensor in pixels, in the order listed below: -->
  8. <integer-array name="config_udfps_sensor_props" translatable="false" >
  9. <item>540</item>
  10. <item>2163</item>
  11. <item>107</item>
  12. </integer-array>
  13. <!-- List of biometric sensors on the device, in decreasing strength. Consumed by AuthService
  14. when registering authenticators with BiometricService. Format must be ID:Modality:Strength,
  15. where: IDs are unique per device, Modality as defined in BiometricAuthenticator.java,
  16. and Strength as defined in Authenticators.java -->
  17. <string-array name="config_biometric_sensors" translatable="false">
  18. <item>0:2:15</item>
  19. </string-array>
  20. </resources>