sdm660-common: add config overlay for biometric sensors

Change-Id: Iad81cd680fbeedd1ac3f216727e367d790834423
This commit is contained in:
inthewaves 2020-10-22 14:28:48 +06:00 committed by OdSazib
parent 827e1a8e00
commit b7b965a7a0
No known key found for this signature in database
GPG key ID: 0954440B60470871

View file

@ -1123,4 +1123,14 @@
<!-- Flag indicating whether the surface flinger has limited alpha compositing functionality in hardware. If set, the window manager will disable alpha trasformation in animations where not strictly needed. -->
<bool name="config_sf_limitedAlpha">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">
<!-- ID0:Fingerprint:Strong -->
<item>0:2:15</item>
</string-array>
</resources>