b1c70f21dd
Change-Id: Iee6fe4fea0d00235d15c3c0ab0c742d1e315001d
10 lines
371 B
XML
10 lines
371 B
XML
<!--
|
|
Copyright (C) 2022 The LineageOS Project
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.android.systemui.overlay.zeus">
|
|
<overlay android:targetPackage="com.android.systemui"
|
|
android:isStatic="true"
|
|
android:priority="700"/>
|
|
</manifest>
|