blob: 8ca6658bf96da40784ce41f9448fa38abb36ab8d [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.common">
8
9 <overlay
10 android:isStatic="true"
11 android:priority="200"
12 android:targetPackage="com.android.systemui" />
13</manifest>