Files
ByteWave1014 e693901d62 vermeer: Import device overlays and overlays especific variant
Signed-off-by: Lunark :3 <jvillaltamatos3007@gmail.com>

Change-Id: Ia3f9d8eabf965e291d10c582faeca10407f8cb0d
2025-07-19 10:45:41 -05:00

15 lines
498 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2025 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="org.lineageos.systemuioverlay.vermeer">
<application android:hasCode="false" />
<overlay
android:isStatic="true"
android:priority="1"
android:targetPackage="com.android.systemui"
android:targetName="VermeerSystemUIOverlay" />
</manifest>