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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user