|
@@ -102,4 +102,12 @@
|
|
|
<!-- Default refresh rate in the zone defined by brightness and ambient thresholds.
|
|
|
If non-positive, then the refresh rate is unchanged even if thresholds are configured. -->
|
|
|
<integer name="config_defaultRefreshRateInZone">120</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>
|
|
|
+ </string-array>
|
|
|
</resources>
|