device_brax_brax3/overlay/WifiResOverlay/AndroidManifest.xml
Vincent Vidal 8710a52d67 init
2025-08-07 16:07:57 +02:00

14 lines
450 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2022 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">
<overlay
android:isStatic="true"
android:targetName="WifiCustomization"
android:priority="0"
android:targetPackage="com.android.wifi.resources" />
</manifest>