From 2003160eae434ddf45e32522c6b020e74328ffaa Mon Sep 17 00:00:00 2001 From: kdrag0n Date: Sun, 15 May 2022 23:19:49 +0200 Subject: [PATCH] sm7125: overlay: Compact cached app heaps in the background * Background ART heap compaction for cached apps has been recommended for Android Go devices for a while, and Google has enabled it for the Pixel 5 on RQ1A.201205.010. This feature should help fit more cached apps in memory Signed-off-by: HeroBuxx Signed-off-by: Ruchit --- .../SimpleDeviceConfig/res/values/config.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 overlay/packages/apps/SimpleDeviceConfig/res/values/config.xml diff --git a/overlay/packages/apps/SimpleDeviceConfig/res/values/config.xml b/overlay/packages/apps/SimpleDeviceConfig/res/values/config.xml new file mode 100644 index 0000000..97d2040 --- /dev/null +++ b/overlay/packages/apps/SimpleDeviceConfig/res/values/config.xml @@ -0,0 +1,19 @@ + + + + + + + activity_manager/use_compaction=true + +