dubai: Add config_biometric_sensors to Framework

This was accidentally deleted when we converted the tree from berlin

Change-Id: Id1d3bf135b2dde6f60f050e6a4869767acb14efa
This commit is contained in:
sb6596 2022-09-15 11:34:13 -06:00 committed by Marc Bourgoin
parent 06810b66d0
commit b0ae4e8029

View file

@ -172,6 +172,14 @@
--> -->
<bool name="config_powerDecoupleAutoSuspendModeFromDisplay">true</bool> <bool name="config_powerDecoupleAutoSuspendModeFromDisplay">true</bool>
<!-- 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 -->
<array name="config_biometric_sensors" translatable="false" >
<item>0:2:15</item> <!-- ID0:Fingerprint:Strong -->
</array>
<!-- Power Management: Specifies whether to decouple the interactive state of the <!-- Power Management: Specifies whether to decouple the interactive state of the
device from the display on/off state. device from the display on/off state.