blob: ade1d5d2fe769aa142362dd64ffa1213b6283f37 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- 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> <!-- ID0:Fingerprint:Strong -->
<item>1:8:15</item> <!-- ID0:Face:Strong -->
</string-array>
</resources>