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