mirror of
https://github.com/lampaa/com.lampa.startapp.git
synced 2026-05-20 00:01:31 +08:00
upload plugin (phonegap 3.0.0)
This commit is contained in:
+27
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||
id="org.apache.cordova.startapp"
|
||||
version="0.2.0">
|
||||
|
||||
<name>startApp</name>
|
||||
<description>Cordova startApp Plugin</description>
|
||||
<license>Apache 2.0</license>
|
||||
<keywords>cordova,startapp</keywords>
|
||||
|
||||
<js-module src="www/startApp.js" name="startapp">
|
||||
<merges target="navigator.startApp" />
|
||||
</js-module>
|
||||
|
||||
<!-- android -->
|
||||
<platform name="android">
|
||||
<config-file target="res/xml/config.xml" parent="/*">
|
||||
<feature name="startApp">
|
||||
<param name="android-package" value="org.apache.cordova.startapp.startApp"/>
|
||||
</feature>
|
||||
</config-file>
|
||||
|
||||
<source-file src="src/android/startApp.java" target-dir="src/org/apache/cordova/startapp" />
|
||||
</platform>
|
||||
|
||||
</plugin>
|
||||
Reference in New Issue
Block a user