-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.xml
53 lines (43 loc) · 1.31 KB
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="UTF-8" ?>
<plugin
xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="com.lampa-samet.startpaycell"
version="6.1.7"
>
<name>startPaycell</name>
<description
>Phonegap plugin for check or launch other application in android device.</description>
<license>MIT</license>
<keywords>cordova,startpaycell,lampa</keywords>
<js-module src="www/startPaycell.js" name="startpaycell">
<merges target="startPaycell" />
</js-module>
<platform name="android">
<!-- <framework
src="src/android/startpaycell.gradle"
custom="true"
type="gradleReference"
/> -->
<!-- <resource-file
src="aar/MposGatewayLib.aar"
target="libs/MposGatewayLib.aar"
/> -->
<lib-file src="libs/MposGatewayLib.aar" />
<config-file target="res/xml/config.xml" parent="/*">
<feature name="startPaycell">
<param
name="android-package"
value="com.lampa.startpaycell.startPaycell"
/>
</feature>
</config-file>
<source-file
src="src/android/startPaycell.java"
target-dir="src/com/lampasamet/startpaycell"
/>
<source-file
src="src/android/Assets.java"
target-dir="src/com/lampasamet/startpaycell"
/>
</platform>
</plugin>