fleur: overlays: Set correct SystemUI target package

...

Signed-off-by: claxten10 <claxten10@gmail.com>
This commit is contained in:
claxten10
2025-05-11 11:50:41 +00:00
parent 6b76e0a05c
commit 2b70928248

View File

@@ -9,7 +9,7 @@
<application android:hasCode="false" />
<overlay
android:targetPackage="android"
android:targetPackage="com.android.systemui"
android:isStatic="true"
android:priority="1"/>
</manifest>