android_vendor_mulchwebview/product/overlay/BromiteWebviewOverlay/AndroidManifest.xml

10 lines
415 B
XML

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