mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: Add fingerprint configuration to overlay
The framework was changed in Android R to require explicit authenticator registration. This change allows apps to continue to use the fingerprint sensor. Bug: 147445115 Test: Builds Change-Id: Id3385edc784b2053c8b54ec3153728f4e6e22a45 Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
3fc74a62de
commit
dd4d2f0886
1 changed files with 4 additions and 1 deletions
|
|
@ -45,5 +45,8 @@
|
|||
<string name="db_default_sync_mode" translatable="false">OFF</string>
|
||||
<string name="db_wal_sync_mode" translatable="false">OFF</string>
|
||||
<bool name="config_suspendWhenScreenOffDueToProximity">true</bool>
|
||||
<bool name="config_showNavigationBar">true</bool>
|
||||
<bool name="config_showNavigationBar">true</bool>
|
||||
<string-array name="config_biometric_sensors" translatable="false" >
|
||||
<item>0:2:15</item> <!-- ID0:Fingerprint:Strong -->
|
||||
</string-array>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Reference in a new issue