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 d6c8fc9..3ff3dfc 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -490,8 +490,8 @@ <item>"/apex/com.android.runtime/javalib/core-oj.jar"</item> <item>"/apex/com.android.runtime/javalib/core-libart.jar"</item> <item>"/apex/com.android.media/javalib/updatable-media.jar"</item> - <item>"/product/priv-app/SystemUIGoogle/SystemUIGoogle.apk"</item> - <item>"/product/priv-app/SystemUIGoogle/oat/arm64/SystemUIGoogle.odex"</item> + <item>"/product/priv-app/SystemUI/SystemUI.apk"</item> + <item>"/product/priv-app/SystemUI/oat/arm64/SystemUI.odex"</item> <item>"/system/lib64/libsurfaceflinger.so"</item> </string-array> @@ -510,7 +510,7 @@ <item>"/apex/com.android.runtime/javalib/core-oj.jar"</item> <item>"/apex/com.android.runtime/javalib/core-libart.jar"</item> <item>"/apex/com.android.media/javalib/updatable-media.jar"</item> - <item>"/system/priv-app/SystemUIGoogle/SystemUIGoogle.apk"</item> + <item>"/system/priv-app/SystemUI/SystemUI.apk"</item> <item>"/system/lib64/libsurfaceflinger.so"</item> </string-array> |