22 řádky
943 B
XML
22 řádky
943 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2022 The LineageOS Project
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
|
<!-- The properties of a UDFPS sensor in pixels, in the order listed below: -->
|
|
<integer-array name="config_udfps_sensor_props" translatable="false" >
|
|
<item>540</item>
|
|
<item>2163</item>
|
|
<item>107</item>
|
|
</integer-array>
|
|
|
|
<!-- List of biometric sensors on the device, in decreasing strength. Consumed by AuthService
|
|
when registering authenticators with BiometricService. Format must be ID:Modality:Strength,
|
|
where: IDs are unique per device, Modality as defined in BiometricAuthenticator.java,
|
|
and Strength as defined in Authenticators.java -->
|
|
<string-array name="config_biometric_sensors" translatable="false">
|
|
<item>0:2:15</item>
|
|
</string-array>
|
|
</resources>
|