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.lisain"
|
||
|
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="IN"
|
||
|
android:priority="850"/>
|
||
|
</manifest>
|