This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
hardware_oplus-CherishOS/overlay/qssi/OPlusWifiResCommon/AndroidManifest.xml
Alexander Koskovich 31a4cc4961 overlay: qssi: Import some WiFi overlays from OplusWifiResource
Change-Id: I6a8354276467b95bb02c9a8b30b5952094be6f2e
2022-07-11 09:35:09 +02:00

15 lines
458 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.oplus">
<overlay
android:isStatic="true"
android:priority="300"
android:targetName="WifiCustomization"
android:targetPackage="com.android.wifi.resources" />
</manifest>