Files
android_device_xiaomi_vermeer/overlay/WifiResVermeer/AndroidManifest-POCO.xml
AdarshGrewal 610b742ae5 vermeer: overlay: Move all Wifi overlays to single dir
Change-Id: Ib01f9f6162ba8f8763f1cd5876f6a72075e9abd4
2026-02-10 21:33:58 -05:00

17 lines
633 B
XML

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!--
Copyright (C) 2025 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.vermeer.poco">
<application android:hasCode="false" />
<overlay
android:isStatic="true"
android:priority="800"
android:targetName="WifiCustomization"
android:targetPackage="com.android.wifi.resources"
android:requiredSystemPropertyName="ro.boot.hwc"
android:requiredSystemPropertyValue="GL" />
</manifest>