Add the customized max cached processes number for B5

Bug: 190531672
Test: make
Test: dumpsys activity | grep CUR_MAX_CACHED_PROCESSES
Change-Id: I8364171de14b5106411c5622168daf991871a1c8
This commit is contained in:
Chiawei Wang
2021-06-28 02:09:53 +08:00
parent da7235b89b
commit 245a621aa8

View File

@@ -242,4 +242,7 @@
<string-array name="config_biometric_sensors" translatable="false" >
<item>0:2:15</item> <!-- ID0:Fingerprint:Strong -->
</string-array>
<!-- the number of the max cached processes in the system. -->
<integer name="config_customizedMaxCachedProcesses">64</integer>
</resources>