13 lines
355 B
XML
13 lines
355 B
XML
<!--
|
|
Copyright (C) 2025 The LineageOS Project
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="lineageos.platform.overlay.pa3q">
|
|
|
|
<overlay
|
|
android:isStatic="true"
|
|
android:priority="700"
|
|
android:targetPackage="lineageos.platform" />
|
|
</manifest>
|