diff options
author | Bruno Martins <bgcngm@gmail.com> | 2019-09-14 19:07:42 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2021-10-19 15:09:38 +0200 |
commit | 6548c1756ced86fd862295630511874c4e9bf39b (patch) | |
tree | 5d5f472425447a856c1024e03a88c20cd8d4db25 | |
parent | b1601c190b3812b88bbed461af8a8de132dc6129 (diff) |
msm8996-common: Pin standard SystemUI instead of Google's
Change-Id: If96bb13d6cc2c2156d8df111a1037247c96c6e0f
-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> |