cordova-plugin-deviceadmin-vitalliance
Version:
An Android Cordova plugin that allows users to diy simple Toast messages at the bottom of the screen.
25 lines (22 loc) • 1.07 kB
text/xml
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-deviceadmin-vitalliance"
version="0.0.11">
<name>Device Admin</name>
<description>A plugin to check if Device Admin enabled</description>
<license>Apache 2.0</license>
<keywords>Device,plugin,admin,Debug</keywords>
<repo>https://github.com/vitalliance/Plugin-Device-Admin.git</repo>
<js-module src="www/plugin.js" name="antidebug">
<clobbers target="cordova.plugins.GetDeviceAdmin" />
</js-module>
<platform name="android">
<config-file target="res/xml/config.xml" parent="/*">
<feature name="DeviceAdmin" >
<param name="android-package" value="com.vitalliance.nagoraapp.plugin.DeviceAdmin"/>
</feature>
</config-file>
<source-file src="src/android/DeviceAdmin.java" target-dir="src/com/vitalliance/nagoraapp/plugin"/>
</platform>
</plugin>