10 lines
412 B
XML
10 lines
412 B
XML
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="org.Mulch.WebviewOverlay"
|
|
android:versionCode="1"
|
|
android:versionName="1.0">
|
|
<overlay android:targetPackage="android"
|
|
android:priority="9999"
|
|
android:isStatic="true" />
|
|
<application android:label="Mulch Webview Overlay"/>
|
|
</manifest>
|