diff options
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 72026a5..7781a0c 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -220,8 +220,8 @@ <item>"/apex/com.android.art/javalib/core-oj.jar"</item> <item>"/apex/com.android.art/javalib/core-libart.jar"</item> <item>"/apex/com.android.media/javalib/updatable-media.jar"</item> - <item>"/product/priv-app/SystemUI/SystemUI.apk"</item> - <item>"/product/priv-app/SystemUI/oat/arm64/SystemUI.odex"</item> + <item>"/system_ext/priv-app/SystemUI/SystemUI.apk"</item> + <item>"/system_ext/priv-app/SystemUI/oat/arm64/SystemUI.odex"</item> <item>"/system/lib64/libsurfaceflinger.so"</item> </string-array> @@ -232,7 +232,7 @@ <item>"/apex/com.android.art/javalib/core-oj.jar"</item> <item>"/apex/com.android.art/javalib/core-libart.jar"</item> <item>"/apex/com.android.media/javalib/updatable-media.jar"</item> - <item>"/system/priv-app/SystemUI/SystemUI.apk"</item> + <item>"/system_ext/priv-app/SystemUI/SystemUI.apk"</item> <item>"/system/lib64/libsurfaceflinger.so"</item> </string-array> |