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 20:56:48 +0000
commit29ba1b17f136b4ed4e4e1b1a2ca04db31370f929 (patch)
tree4fc9efff1d4e8868a155ceec9655c5a945f8f088 /overlay
parent84a1c5ea1d689b363a2097be86b44da0ff01f5d8 (diff)
downloadbonito-29ba1b17f136b4ed4e4e1b1a2ca04db31370f929.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>