sdm660-common: overlay: Nuke max cached processes override

* Google changed the default to 1024 processes:
https://android.googlesource.com/platform/frameworks/base/+/912a866dc3bf0

Change-Id: Icd8e28211c90d2f96e5cec6fd7e9b0672394d9ed
This commit is contained in:
mikooomich 2024-02-18 01:13:58 +08:00 committed by CakesTwix
parent 70a83739f3
commit 2da49e3b97
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825

View file

@ -19,9 +19,6 @@
<!-- ART heap compaction for cached apps --> <!-- ART heap compaction for cached apps -->
<item>activity_manager/use_compaction=true</item> <item>activity_manager/use_compaction=true</item>
<!-- Allow more cached apps in the background -->
<item>activity_manager/max_cached_processes=64</item>
<!-- Show notification volume control slider separate from ring --> <!-- Show notification volume control slider separate from ring -->
<item>systemui/volume_separate_notification=true</item> <item>systemui/volume_separate_notification=true</item>
</string-array> </string-array>