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:
Kevin Chyn 2020-11-12 15:05:02 +01:00 committed by roynatech2544
commit dd4d2f0886

View file

@ -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>