universal8895: add config overlay for biometric sensors
authorinthewaves <inthewaves@pm.me>
Sun, 20 Sep 2020 18:03:06 +0000 (11:03 -0700)
committerJan Altensen <info@stricted.net>
Mon, 8 Mar 2021 12:36:54 +0000 (13:36 +0100)
Change-Id: Iad81cd680fbeedd1ac3f216727e367d790834423

overlay/frameworks/base/core/res/res/values/config.xml

index e5cac28821aeb07aea3385d99c8bf1ab2a8806cf..119da6ddd40412c763383495e565476a378ed240 100644 (file)
@@ -277,4 +277,13 @@ Add a comment to this line
         <item>XTRA_SERVER_1=https://glltos1.glpals.com/4day/v5/latest/lto2.dat</item>
         <item>XTRA_SERVER_2=https://glltos2.glpals.com/4day/v5/latest/lto2.dat</item>
     </string-array>
+
+    <!-- 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>