14 lines
452 B
XML
14 lines
452 B
XML
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
<!--
|
|
SPDX-FileCopyrightText: 2023-2025 The LineageOS Project
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.android.systemui.overlay.ruby">
|
|
|
|
<application android:hasCode="false"/>
|
|
<overlay android:targetPackage="com.android.systemui"
|
|
android:isStatic="true"
|
|
android:priority="1"/>
|
|
</manifest>
|