sm6250-common: overlay: add config for biometric sensors

This commit is contained in:
inthewaves 2020-09-20 11:03:06 -07:00 committed by Demon000
parent 9c463757b8
commit 4f5ec3b16e

View File

@ -585,4 +585,13 @@
<!-- Whether device supports double tap to wake -->
<bool name="config_supportDoubleTapWake">true</bool>
<!-- 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" >
<!-- ID0:Fingerprint:Strong -->
<item>0:2:15</item>
</string-array>
</resources>