e34db23bd3
Change-Id: I543f078dd4dba30e1b22737d5c22d591e3fb34e6
10 lines
375 B
XML
10 lines
375 B
XML
<!--
|
|
Copyright (C) 2023 The LineageOS Project
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="org.lineageos.aperture.overlay.zeus">
|
|
<overlay android:targetPackage="org.lineageos.aperture"
|
|
android:isStatic="true"
|
|
android:priority="700"/>
|
|
</manifest>
|