Rohit Sekhar | 5613561 | 2023-08-03 22:18:31 +0530 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <!-- | ||||
3 | SPDX-FileCopyrightText: 2022 The LineageOS Project | ||||
4 | SPDX-License-Identifier: Apache-2.0 | ||||
5 | --> | ||||
6 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||||
7 | package="com.android.wifi.resources.overlay.target"> | ||||
8 | |||||
9 | <overlay | ||||
10 | android:isStatic="true" | ||||
11 | android:priority="250" | ||||
12 | android:targetName="WifiCustomization" | ||||
13 | android:targetPackage="com.android.wifi.resources" /> | ||||
14 | </manifest> |