From e7039317d38755364bed6c9c7f7c7803a35ecfec Mon Sep 17 00:00:00 2001 From: Ruchit Marathe Date: Sun, 20 Nov 2022 21:22:46 +0530 Subject: [PATCH] miatoll: overlay: correct SystemUI apk name and path apk name and path was changed as seen here https://github.com/PixelExperience/vendor_pixel-framework/commit/8be4fc80c0af1a38386b7dc23b7392d0a9e64669 This causes errors in logs since pinner was trying to pin old app. PinnerService: Could not pin file /system_ext/priv-app/SystemUI/SystemUI.apk PinnerService: Failed to pin file = /system_ext/priv-app/SystemUI/SystemUI.apk Change-Id: I609b29b9139d5cfaf1248c9ac001c280ae10c31c --- overlay/SM6250Frameworks/res/values/config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay/SM6250Frameworks/res/values/config.xml b/overlay/SM6250Frameworks/res/values/config.xml index a11a8f5..5c5dcc1 100644 --- a/overlay/SM6250Frameworks/res/values/config.xml +++ b/overlay/SM6250Frameworks/res/values/config.xml @@ -235,7 +235,7 @@ "/system/framework/services.jar" "/apex/com.android.art/javalib/core-oj.jar" "/apex/com.android.art/javalib/core-libart.jar" - "/system_ext/priv-app/SystemUI/SystemUI.apk" + "/system_ext/priv-app/SystemUIGoogle/SystemUIGoogle.apk" "/system/bin/surfaceflinger"