From d72544b92f7cf9afc7fbf085f873b6f318295e4d Mon Sep 17 00:00:00 2001 From: Danny Lin Date: Sat, 13 Nov 2021 20:44:27 -0800 Subject: [PATCH] sdm660-common: Don't pin launcher app in memory Similar to what we did for the camera app, unpin the launcher app from memory as well. While the default launcher (Launcher3) isn't particularly big, it doesn't make much sense to pin because the launcher does not typically load new resources much. Most of its resources should already be loaded in memory after it starts, so pinning the APK is redundant. Change-Id: Ia03de9c546a042637647f45d7b2b4072c1555fb5 --- rro_overlay/SDM660FrameworksOverlay/res/values/config.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/rro_overlay/SDM660FrameworksOverlay/res/values/config.xml b/rro_overlay/SDM660FrameworksOverlay/res/values/config.xml index 739c9b84..75cab29a 100644 --- a/rro_overlay/SDM660FrameworksOverlay/res/values/config.xml +++ b/rro_overlay/SDM660FrameworksOverlay/res/values/config.xml @@ -795,9 +795,6 @@ "/system/bin/surfaceflinger" - - true -