mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: overlay: limit the number of fingerprints to 4
FP trustlet limits the number to 4. Change-Id: I6bfe835e113adc001c4eb3d98a2a937019e1927a Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
0985b31072
commit
9bb4da00c2
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@
|
||||||
<bool name="config_cellBroadcastAppLinks">false</bool>
|
<bool name="config_cellBroadcastAppLinks">false</bool>
|
||||||
<string name="config_radio_access_family">GSM|CDMA|EVDO|WCDMA|LTE</string>
|
<string name="config_radio_access_family">GSM|CDMA|EVDO|WCDMA|LTE</string>
|
||||||
<bool name="config_animateScreenLights">false</bool>
|
<bool name="config_animateScreenLights">false</bool>
|
||||||
<integer name="config_fingerprintMaxTemplatesPerUser">5</integer>
|
<integer name="config_fingerprintMaxTemplatesPerUser">4</integer>
|
||||||
<integer-array name="config_longPressVibePattern">
|
<integer-array name="config_longPressVibePattern">
|
||||||
<item>0</item>
|
<item>0</item>
|
||||||
<item>1</item>
|
<item>1</item>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue