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:
Jesse Chan 2017-01-20 21:24:11 +08:00 committed by roynatech2544
commit 9bb4da00c2

View file

@ -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>