mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sapphire
synced 2026-02-01 07:58:19 +00:00
15 lines
459 B
XML
15 lines
459 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2023 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.common">
|
|
|
|
<overlay
|
|
android:isStatic="true"
|
|
android:priority="100"
|
|
android:targetName="WifiCustomization"
|
|
android:targetPackage="com.android.wifi.resources" />
|
|
</manifest>
|