a0bcbb8e7c
Change-Id: Ie1e9980cbc138050de6631709f4ad2cc4bd06230
11 lines
441 B
XML
11 lines
441 B
XML
<!--
|
|
Copyright (C) 2024 The LineageOS Project
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.android.wifi.resources.overlay.taro">
|
|
<overlay android:targetPackage="com.android.wifi.resources"
|
|
android:targetName="WifiCustomization"
|
|
android:isStatic="true"
|
|
android:priority="500"/>
|
|
</manifest>
|