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

Verified Commit df4f623c authored by inthewaves's avatar inthewaves Committed by Ahmed Harhash
Browse files

universal9810: overlay: add config for biometric sensors

Change-Id: Id7f435532ca1e505a35e005590518ffc52507c51
parent 87d631f5
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -412,4 +412,13 @@

    <!-- FP trustlet limits the number to 4. -->
    <integer name="config_fingerprintMaxTemplatesPerUser">4</integer>

    <!-- 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>