Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ad70b477 authored by Bharath's avatar Bharath Committed by Bharath
Browse files

FP3: overlay: Downgrade the biometrics security to WEAK

FP3 biometrics testing under new Android 12/13 protocols only grants
"BIOMETRIC_WEAK" (class 2), not strong biometrics security level
anymore.

Issue: FP3-A13#39
Change-Id: Ibae8922419a95a8ef53b2e65da619452f5dd3ed7
(cherry picked from commit e6beb668c648f3cac47fc69bf31dbb6578d50faf)
parent 0c3ab710
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -426,6 +426,6 @@
         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>0:2:255</item> <!-- ID0:Fingerprint:Strong -->
    </string-array>
</resources>