Enable fp screen off unlock feature and turn off by default
Bug: 389002332 Flag: android.hardware.biometrics.screen_off_unlock_udfps Test: 1. FP screen off unlcok should be included in settings 2. FP screen off unlcok should be disabled by default Change-Id: I65eda6ae6f69ff4e6a3191d91fb8be42797c7fcb
This commit is contained in:
parent
93593a2a6e
commit
9327094ba2
3 changed files with 21 additions and 0 deletions
|
@ -227,4 +227,11 @@
|
|||
<!-- Package name providing GNSS location support. Used only when
|
||||
config_useGnssHardwareProvider is false. -->
|
||||
<string name="config_gnssLocationProviderPackageName" translatable="false">com.google.android.gms</string>
|
||||
|
||||
<!-- Whether to enable fp unlock when screen turns off on udfps devices -->
|
||||
<bool name="config_screen_off_udfps_enabled">true</bool>
|
||||
|
||||
<!-- Default value for fp screen off unlock toggle, it only works for the devices that support
|
||||
fp screen off unlock-->
|
||||
<bool name="config_screen_off_udfps_default_on">false</bool>
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue