Files
device_xiaomi_raphael/rro_overlays/LineageSystemUIOverlayDevice/AndroidManifest.xml
Sebastiano Barezzi 74e3083cc5 raphael: Convert overlays to RRO
Change-Id: Id0226559b81e115a6340591e7a107d25d7ad6848
2025-06-12 18:24:19 +02:00

15 lines
414 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
SPDX-FileCopyrightText: The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.systemui.overlay.lineage.device">
<overlay
android:isStatic="true"
android:priority="250"
android:targetPackage="com.android.systemui" />
</manifest>