android_device_oneplus_dre/overlay/OPlusWifiResCommon/AndroidManifest.xml
Glen Kuhne 54eee440db dre: overlay: Set default hotspot SSID prefix
Change-Id: I2b5310c2acfd4e0110244fb17cf6bd5552bf81d7
2022-10-11 08:31:24 -05:00

14 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>