Commit 399d2cc Ilya Matyukhin
committed
1 parent 0a6e699 commit 399d2cc Copy full SHA for 399d2cc
File tree 2 files changed +18
-0
lines changed
slider/overlay/frameworks/base/core/res/res/values
whitefin/overlay/frameworks/base/core/res/res/values
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 18
18
-->
19
19
20
20
<resources xmlns : xliff =" urn:oasis:names:tc:xliff:document:1.2" >
21
+
22
+ <!-- List of biometric sensors on the device, in decreasing strength. Consumed by AuthService
23
+ when registering authenticators with BiometricService. Format must be ID:Modality:Strength,
24
+ where: IDs are unique per device, Modality as defined in BiometricAuthenticator.java,
25
+ and Strength as defined in Authenticators.java -->
26
+ <string-array name =" config_biometric_sensors" translatable =" false" >
27
+ <item >0:2:15</item > <!-- ID0:Fingerprint:Strong -->
28
+ </string-array >
29
+
21
30
<!-- Minimum screen brightness setting allowed by power manager.
22
31
The user is forbidden from setting the brightness below this level. -->
23
32
<item name =" config_screenBrightnessSettingMinimumFloat" format =" float" type =" dimen" >0.0</item >
Original file line number Diff line number Diff line change 18
18
-->
19
19
20
20
<resources xmlns : xliff =" urn:oasis:names:tc:xliff:document:1.2" >
21
+
22
+ <!-- List of biometric sensors on the device, in decreasing strength. Consumed by AuthService
23
+ when registering authenticators with BiometricService. Format must be ID:Modality:Strength,
24
+ where: IDs are unique per device, Modality as defined in BiometricAuthenticator.java,
25
+ and Strength as defined in Authenticators.java -->
26
+ <string-array name =" config_biometric_sensors" translatable =" false" >
27
+ <item >0:2:15</item > <!-- ID0:Fingerprint:Strong -->
28
+ </string-array >
29
+
21
30
<!-- Minimum screen brightness setting allowed by power manager.
22
31
The user is forbidden from setting the brightness below this level. -->
23
32
<item name =" config_screenBrightnessSettingMinimumFloat" format =" float" type =" dimen" >0.0</item >
You can’t perform that action at this time.
0 commit comments