universal7885: overlay: Bump no. of max cached processes to 48

Android 12 has a resource config for this.

Change-Id: Iec990b96460c0d0e80ebad4b706a07ad607e5b5c
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
Danny Lin 2021-10-09 08:54:18 -07:00 committed by roynatech2544
commit 1edd43470b
No known key found for this signature in database
GPG key ID: 9675C32163D88D30

View file

@ -84,6 +84,8 @@
<bool name="config_pinnerAssistantApp">false</bool>
<bool name="config_pinnerCameraApp">false</bool>
<bool name="config_pinnerHomeApp">false</bool>
<!-- the number of the max cached processes in the system. -->
<integer name="config_customizedMaxCachedProcesses">48</integer>
<bool name="config_automatic_brightness_available">true</bool>
<integer name="config_autoBrightnessBrighteningLightDebounce">2000</integer>
<integer name="config_autoBrightnessDarkeningLightDebounce">4000</integer>