aboutsummaryrefslogtreecommitdiff
path: root/rro_overlays
diff options
context:
space:
mode:
authorRuchit Marathe <ruchitmarathe@gmail.com>2022-11-20 21:22:46 +0530
committersinanmohd <pcmsinan@gmail.com>2023-01-05 22:04:15 +0530
commitef2146f35cf34fbfb1c0b4a11f287acfe778dee9 (patch)
tree62923e8d026c78f27a6fdbcba50ae2683b8b99fd /rro_overlays
parentc57d49aa889527f985fe02b869d5ed41a1e8c726 (diff)
veux: overlay: Correct SystemUI apk name and path for pinner service
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 Signed-off-by: Ahmad Rulim <personal@rulim34.dev>
Diffstat (limited to 'rro_overlays')
-rw-r--r--rro_overlays/FrameworksResOverlayVeux/res/values/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rro_overlays/FrameworksResOverlayVeux/res/values/config.xml b/rro_overlays/FrameworksResOverlayVeux/res/values/config.xml
index e341c33..826c6a9 100644
--- a/rro_overlays/FrameworksResOverlayVeux/res/values/config.xml
+++ b/rro_overlays/FrameworksResOverlayVeux/res/values/config.xml
@@ -771,7 +771,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>