avicii: correct SystemUI package name and pinner service

apk name and path was changed as seen here
8be4fc80c0

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
This commit is contained in:
Ruchit Marathe
2022-11-20 21:22:46 +05:30
committed by KakatkarAkshay
parent 61fb9f4c18
commit 173e243067

View File

@@ -60,7 +60,7 @@
<item>"/system/framework/services.jar"</item>
<item>"/apex/com.android.art/javalib/core-oj.jar"</item>
<item>"/apex/com.android.art/javalib/core-libart.jar"</item>
<item>"/system_ext/priv-app/SystemUI/SystemUI.apk"</item>
<item>"/system_ext/priv-app/SystemUIGoogle/SystemUIGoogle.apk"</item>
<item>"/system/bin/surfaceflinger"</item>
</string-array>