android_device_xiaomi_lisa/rro_overlays/lisaGLWifiOverlay/AndroidManifest.xml
AdarshGrewal 1f794129e0 lisa: add RROs for setting correct device name and hotspot ssid
Check device variant by using ro.boot.hwc and
ro.boot.proudct.hardware.sku and set the correct model based on
value of ro.product.marketname on stock ROM

Change-Id: Iae15a7d3558f3c4608546e42ed655a76a0fe8868
2022-10-30 20:29:06 +01:00

19 lines
645 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2021 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.wifi.resources.lisagl"
android:versionCode="1"
android:versionName="1.0">
<application android:hasCode="false" />
<overlay
android:targetPackage="com.android.wifi.resources"
android:targetName="WifiCustomization"
android:isStatic="true"
android:requiredSystemPropertyName="ro.boot.hwc"
android:requiredSystemPropertyValue="GL"
android:priority="850"/>
</manifest>