blob: 8957b63d9951194b2ec7c2e23ce7f1cbf6f855a9 [file] [log] [blame]
Rohit Sekhar56135612023-08-03 22:18:31 +05301<?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>