Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathplugin.xml
More file actions
Latest commit
19 lines (15 loc) · 826 Bytes
/
Copy pathplugin.xml
File metadata and controls
19 lines (15 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<pluginxmlns="http://apache.org/cordova/ns/plugins/1.0"xmlns:android="http://schemas.android.com/apk/res/android"id="cordova-plugin-tapjackingprotection"version="0.1.1">
<name>TapjackingProtectionPlugin</name>
<description>Secures your Cordova app from Tapjacking attacks under Android.</description>
<license>MIT</license>
<platformname="android">
<config-fileparent="/*"target="res/xml/config.xml">
<featurename="TapjackingProtectionPlugin">
<paramname="android-package"value="com.bedefended.tapjackingprotection.TapjackingProtectionPlugin"/>
<paramname="onload"value="true" />
</feature>
</config-file>
<source-filesrc="src/android/TapjackingProtectionPlugin.java"target-dir="src/com/bedefended/tapjackingprotection"/>
</platform>
</plugin>