Skip to content

Commit 399d2cc

Browse files
author
Ilya Matyukhin
committed
slider, whitefin: add fingerprint HIDL HAL config
Bug: 188588725 Test: build Change-Id: I7c59b4cbbe1cc3d0bb101c86bd793be46ad21293
1 parent 0a6e699 commit 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

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

+9
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@
1818
-->
1919

2020
<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+
2130
<!-- Minimum screen brightness setting allowed by power manager.
2231
The user is forbidden from setting the brightness below this level. -->
2332
<item name="config_screenBrightnessSettingMinimumFloat" format="float" type="dimen">0.0</item>

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

+9
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@
1818
-->
1919

2020
<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+
2130
<!-- Minimum screen brightness setting allowed by power manager.
2231
The user is forbidden from setting the brightness below this level. -->
2332
<item name="config_screenBrightnessSettingMinimumFloat" format="float" type="dimen">0.0</item>

0 commit comments

Comments
 (0)