Mark fingerprint sensor as a secure biometric auth, so that fingerprint sensor can be used in apps

This commit is contained in:
Pierre-Hugues Husson 2020-10-02 11:56:34 +02:00
parent 7662a1675c
commit 7435a2a66e
1 changed files with 5 additions and 0 deletions

View File

@ -34,4 +34,9 @@
<dimen name="config_buttonCornerRadius">4.0dip</dimen>
<bool name="config_cellBroadcastAppLinks">true</bool>
<string-array name="config_biometric_sensors" translatable="false" >
<!-- ID0:Fingerprint:Strong -->
<item>0:2:15</item>
</string-array>
</resources>