Move config_biometric_sensors to device/google

Bug: 176822128
Test: auth on bramble and aosp_bramble
Change-Id: I910b59ef87bb833dd7d46a615dd073a35db710a3
(cherry picked from commit b1ffbf95c3)
This commit is contained in:
Kevin Chyn
2021-01-06 16:01:49 -08:00
parent 2c1452d84e
commit 4a2dc08e2b

View File

@@ -213,4 +213,12 @@
<dimen name="status_bar_height_landscape">28dp</dimen>
<!-- Height of area above QQS where battery/time go (equal to status bar) -->
<dimen name="quick_qs_offset_height">145px</dimen>
<!-- 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>