1f794129e0
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
19 lines
645 B
XML
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.lisacn"
|
|
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="CN"
|
|
android:priority="850"/>
|
|
</manifest>
|