13 lines
469 B
XML
13 lines
469 B
XML
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.android.wifi.resources.overlay.common"
|
|
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:priority="0"/>
|
|
</manifest>
|