blob: 6a28cde5451f2bfc077baefd15b4b9fd21d31550 [file] [log] [blame]
Michael Bestas195f5262024-05-10 17:15:54 +03001<?xml version="1.0" encoding="utf-8"?>
2<!--
Michael Bestas4e1ba2f2024-05-12 06:38:39 +03003 SPDX-FileCopyrightText: 2022 The LineageOS Project
Michael Bestas195f5262024-05-10 17:15:54 +03004 SPDX-License-Identifier: Apache-2.0
5-->
6<manifest xmlns:android="http://schemas.android.com/apk/res/android"
7 package="com.android.systemui.overlay.target">
8
9 <overlay
10 android:isStatic="true"
11 android:priority="250"
12 android:targetPackage="com.android.systemui" />
13</manifest>