Michael Bestas | 195f526 | 2024-05-10 17:15:54 +0300 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
Michael Bestas | 4e1ba2f | 2024-05-12 06:38:39 +0300 | [diff] [blame] | 3 | SPDX-FileCopyrightText: 2022 The LineageOS Project |
Michael Bestas | 195f526 | 2024-05-10 17:15:54 +0300 | [diff] [blame] | 4 | 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> |