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

Commit c7c602d2 authored by Kevin Chyn's avatar Kevin Chyn Committed by android-build-team Robot
Browse files

Move config_biometric_sensors to device/google

Bug: 176822128
Test: auth on redfin and aosp_redfin
Change-Id: I317fe33f918f5a560d9ff890d552b63267b414f9
(cherry picked from commit 79b17903)
parent 1ea746cc
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -247,4 +247,12 @@

    <!-- default refresh rate in the high zone defined by birghtness and ambient thresholds -->
    <integer name="config_fixedRefreshRateInHighZone">60</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" >
        <item>0:2:15</item> <!-- ID0:Fingerprint:Strong -->
    </string-array>
</resources>