overlay: qssi: Import some WiFi overlays from OplusWifiResource

Change-Id: I6a8354276467b95bb02c9a8b30b5952094be6f2e
This commit is contained in:
Alexander Koskovich
2022-07-10 15:51:11 -07:00
committed by LuK1337
parent c258d12fcc
commit 31a4cc4961
4 changed files with 91 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<?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.oplus">
<overlay
android:isStatic="true"
android:priority="300"
android:targetName="WifiCustomization"
android:targetPackage="com.android.wifi.resources" />
</manifest>