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