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:
parent
06810b66d0
commit
b0ae4e8029
1 changed files with 8 additions and 0 deletions
|
@ -172,6 +172,14 @@
|
|||
-->
|
||||
<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
|
||||
device from the display on/off state.
|
||||
|
||||
|
|
Loading…
Reference in a new issue