summaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorKevin Chyn <kchyn@google.com>2021-01-19 12:54:02 -0800
committerKevin Chyn <kchyn@google.com>2021-01-19 12:54:02 -0800
commited5432f15307272e1646a5ca3b20e01c6840adb0 (patch)
tree884c370bf4ed524386d57c5d7c21834f5b43644d /overlay
parent4f83efad4e0cb79886ef7db6df02fced233df391 (diff)
downloadbonito-ed5432f15307272e1646a5ca3b20e01c6840adb0.tar.gz
Move biometric config to device/google
Bug: 177925861 Test: Presubmit Change-Id: Id92f3a30f13ac89d9460e041260d2e77c8d7b38c
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 741dcc1b..8b8c27b1 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -353,4 +353,12 @@
<!-- True if the firmware supports p2p MAC randomization -->
<bool name="config_wifi_p2p_mac_randomization_supported">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 -->
+ <string-array name="config_biometric_sensors" translatable="false" >
+ <item>0:2:15</item> <!-- ID0:Fingerprint:Strong -->
+ </string-array>
</resources>