gts3l-common: overlay: We have a fingerprint sensor
Signed-off-by: Deokgyu Yang <secugyu@gmail.com> Change-Id: Ie99dd74d95b0e14fddc41198e9cb09dd938c5192
This commit is contained in:
parent
b1b5c2d23a
commit
126383744c
1 changed files with 8 additions and 0 deletions
|
@ -790,6 +790,14 @@
|
||||||
<item>"/system/lib64/libsurfaceflinger.so"</item>
|
<item>"/system/lib64/libsurfaceflinger.so"</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|
||||||
|
<!-- 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>
|
||||||
|
|
||||||
<!-- Should the pinner service pin the Camera application? -->
|
<!-- Should the pinner service pin the Camera application? -->
|
||||||
<bool name="config_pinnerCameraApp">true</bool>
|
<bool name="config_pinnerCameraApp">true</bool>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue