android_device_qcom_common/vendor/overlay/crow/Wifi/AndroidManifest.xml

13 lines
407 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.wifi.resources.overlay.target">
<application
android:hasCode="false"/>
<overlay android:targetPackage="com.android.wifi.resources"
android:targetName="WifiCustomization"
android:isStatic="true"
android:priority="500" />
</manifest>