mirror of
https://github.com/LineageOS/android_device_xiaomi_vermeer.git
synced 2026-06-20 18:19:35 +00:00
Signed-off-by: Lunark :3 <jvillaltamatos3007@gmail.com> Change-Id: I42f924d2e7dee6939d38767117fe6d64cb444b4f
17 lines
603 B
XML
17 lines
603 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">
|
|
|
|
<overlay
|
|
android:isStatic="true"
|
|
android:priority="801"
|
|
android:targetName="WifiCustomization"
|
|
android:targetPackage="com.android.wifi.resources"
|
|
android:requiredSystemPropertyName="ro.product.model"
|
|
android:requiredSystemPropertyValue="23113RKC6G" />
|
|
</manifest> |