msm8976-common: limit the number of fingerprints to 4

* FP trustlet limits the number to 4.
* framework-level limitation is also needed
  or FP trustlet would perform incorrectly after enroll more than 4 fingerprints.

Change-Id: I6bfe835e113adc001c4eb3d98a2a937019e1927a
This commit is contained in:
Jesse Chan 2017-01-20 21:24:11 +08:00 committed by LuK1337
parent a39c7a7973
commit 9a442ba434
1 changed files with 3 additions and 0 deletions

View File

@ -284,4 +284,7 @@
<!-- The device supports freeform window management -->
<bool name="config_freeformWindowManagement">true</bool>
<!-- For performance and storage reasons, limit the number of fingerprints per user -->
<integer name="config_fingerprintMaxTemplatesPerUser">4</integer>
</resources>