ソースを参照

mobile-action修改

leijie 8 年 前
コミット
d7d4dcbd10
共有3 個のファイルを変更した283 個の追加86 個の削除を含む
  1. 86 86
      display-client/assets/mobile-action.xml
  2. 197 0
      display-client/assets/mobile-action.xml.bak
  3. BIN
      ipu-mobile-common/libs/ipu-mobile-framework-3.0.jar

+ 86 - 86
display-client/assets/mobile-action.xml

@ -1,73 +1,73 @@
1 1
<?xml version="1.0" encoding="UTF-8"?>
2 2
<actions>
3 3
    <!-- MobileBasic -->
4
	<action name="call" class="com.ai.ipu.func.MobileBasic" method="call"/>
5
	<action name="beep" class="com.ai.ipu.func.MobileBasic" method="beep"/>
6
	<action name="sms" class="com.ai.ipu.func.MobileBasic" method = "sms"/>
7
	<action name="shock" class="com.ai.ipu.func.MobileBasic" method="shock"/>
4
	<action name="call" class="com.ai.ipu.mobile.plugin.MobileBasic" method="call"/>
5
	<action name="beep" class="com.ai.ipu.mobile.plugin.MobileBasic" method="beep"/>
6
	<action name="sms" class="com.ai.ipu.mobile.plugin.MobileBasic" method = "sms"/>
7
	<action name="shock" class="com.ai.ipu.mobile.plugin.MobileBasic" method="shock"/>
8 8
	<!-- MobileApp -->
9
	<action name="close" class="com.wade.mobile.func.MobileApp" method="close"/>
10
	<action name="logCat" class="com.wade.mobile.func.MobileApp" method="logCat"/>
9
	<action name="close" class="com.ai.ipu.mobile.plugin.MobileApp" method="close"/>
10
	<action name="logCat" class="com.ai.ipu.mobile.plugin.MobileApp" method="logCat"/>
11 11
	<!-- MobileNetWork -->
12
	<action name="httpGet" class="com.wade.mobile.func.MobileNetWork" method="httpGet"></action>
13
	<action name="dataRequest" class="com.wade.mobile.func.MobileNetWork" method="dataRequest"/>
14
	<action name="dataRequestWithHost" class="com.wade.mobile.func.MobileNetWork" method="dataRequestWithHost"/>
15
	<action name="httpRequest" class="com.wade.mobile.func.MobileNetWork" method="httpRequest"/>
16
	<action name="storageDataByThread" class="com.wade.mobile.func.MobileNetWork" method="storageDataByThread"/>
17
	<action name="httpDownloadFile" class="com.wade.mobile.func.MobileNetWork" method = "httpDownloadFile"/>
12
	<action name="httpGet" class="com.ai.ipu.mobile.plugin.MobileNetWork" method="httpGet"></action>
13
	<action name="dataRequest" class="com.ai.ipu.mobile.plugin.MobileNetWork" method="dataRequest"/>
14
	<action name="dataRequestWithHost" class="com.ai.ipu.mobile.plugin.MobileNetWork" method="dataRequestWithHost"/>
15
	<action name="httpRequest" class="com.ai.ipu.mobile.plugin.MobileNetWork" method="httpRequest"/>
16
	<action name="storageDataByThread" class="com.ai.ipu.mobile.plugin.MobileNetWork" method="storageDataByThread"/>
17
	<action name="httpDownloadFile" class="com.ai.ipu.mobile.plugin.MobileNetWork" method = "httpDownloadFile"/>
18 18
	<!-- 
19 19
	<action name="shareByBluetooth" class="com.wade.mobile.func.MobileNetWork" method="shareByBluetooth"></action>
20 20
	 -->
21
	<action name="setSmsListener" class="com.wade.mobile.func.MobileNetWork" method="setSmsListener"></action>
22
	<action name="downloadWithServlet" class="com.wade.mobile.func.MobileNetWork" method="downloadWithServlet"></action>
23
	<action name="uploadWithServlet" class="com.wade.mobile.func.MobileNetWork" method="uploadWithServlet"></action>
24
	<action name="openBrowser" class="com.wade.mobile.func.MobileNetWork" method="openBrowser" ></action>
21
	<action name="setSmsListener" class="com.ai.ipu.mobile.plugin.MobileNetWork" method="setSmsListener"></action>
22
	<action name="downloadWithServlet" class="com.ai.ipu.mobile.plugin.MobileNetWork" method="downloadWithServlet"></action>
23
	<action name="uploadWithServlet" class="com.ai.ipu.mobile.plugin.MobileNetWork" method="uploadWithServlet"></action>
24
	<action name="openBrowser" class="com.ai.ipu.mobile.plugin.MobileNetWork" method="openBrowser" ></action>
25 25
	<!-- 打开浏览器插件 -->
26
	<action name="openIpuBrowser" class="com.wade.mobile.func.MobileBrowser" method="openIpuBrowser" ></action>
26
	<action name="openIpuBrowser" class="com.ai.ipu.mobile.plugin.MobileBrowser" method="openIpuBrowser" ></action>
27 27
	<!-- NFC -->
28
	<action name="initNfc" class="com.wade.mobile.func.MobileDevice" method="initNfc"></action>
28
	<action name="initNfc" class="com.ai.ipu.mobile.plugin.MobileDevice" method="initNfc"></action>
29 29
	
30 30
	<!-- MobileUI -->
31
	<action name="tip" class="com.wade.mobile.func.MobileUI" method="tip"/>
32
    <action name="alert" class="com.wade.mobile.func.MobileUI" method="alert"/>
33
	<action name="loadUrl" class="com.wade.mobile.func.MobileUI" method="loadUrl"/>
34
	<action name="openUrl" class="com.wade.mobile.func.MobileUI" method="openUrl"/>
35
	<action name="openPage" class="com.wade.mobile.func.MobileUI" method="openPage"/>
36
	<action name="openTemplate" class="com.wade.mobile.func.MobileUI" method="openTemplate"/>
37
	<action name="loadPage" class="com.wade.mobile.func.MobileUI" method="loadPage"/>
38
	<action name="loadTemplate" class="com.wade.mobile.func.MobileUI" method="loadTemplate"/>
39
	<action name="getTemplate" class="com.wade.mobile.func.MobileUI" method="getTemplate"/>
40
	<action name="getPage" class="com.wade.mobile.func.MobileUI" method="getPage"/>
41
	<action name="back" class="com.wade.mobile.func.MobileUI" method="back"/>
42
	<action name="backWithCallback" class="com.wade.mobile.func.MobileUI" method="backWithCallback"/>
43
	<action name="loadingStart" class="com.wade.mobile.func.MobileUI" method="loadingStart"/>
44
	<action name="loadingStop" class="com.wade.mobile.func.MobileUI" method="loadingStop"/>
45
	<action name="getDate" class="com.wade.mobile.func.MobileUI" method="getDate"/>
46
	<action name="getChoice" class="com.wade.mobile.func.MobileUI" method="getChoice"/>
47
	<action name="getContactsView" class="com.wade.mobile.func.MobileUI" method="getContactsView"/>
31
	<action name="tip" class="com.ai.ipu.mobile.plugin.MobileUI" method="tip"/>
32
    <action name="alert" class="com.ai.ipu.mobile.plugin.MobileUI" method="alert"/>
33
	<action name="loadUrl" class="com.ai.ipu.mobile.plugin.MobileUI" method="loadUrl"/>
34
	<action name="openUrl" class="com.ai.ipu.mobile.plugin.MobileUI" method="openUrl"/>
35
	<action name="openPage" class="com.ai.ipu.mobile.plugin.MobileUI" method="openPage"/>
36
	<action name="openTemplate" class="com.ai.ipu.mobile.plugin.MobileUI" method="openTemplate"/>
37
	<action name="loadPage" class="com.ai.ipu.mobile.plugin.MobileUI" method="loadPage"/>
38
	<action name="loadTemplate" class="com.ai.ipu.mobile.plugin.MobileUI" method="loadTemplate"/>
39
	<action name="getTemplate" class="com.ai.ipu.mobile.plugin.MobileUI" method="getTemplate"/>
40
	<action name="getPage" class="com.ai.ipu.mobile.plugin.MobileUI" method="getPage"/>
41
	<action name="back" class="com.ai.ipu.mobile.plugin.MobileUI" method="back"/>
42
	<action name="backWithCallback" class="com.ai.ipu.mobile.plugin.MobileUI" method="backWithCallback"/>
43
	<action name="loadingStart" class="com.ai.ipu.mobile.plugin.MobileUI" method="loadingStart"/>
44
	<action name="loadingStop" class="com.ai.ipu.mobile.plugin.MobileUI" method="loadingStop"/>
45
	<action name="getDate" class="com.ai.ipu.mobile.plugin.MobileUI" method="getDate"/>
46
	<action name="getChoice" class="com.ai.ipu.mobile.plugin.MobileUI" method="getChoice"/>
47
	<action name="getContactsView" class="com.ai.ipu.mobile.plugin.MobileUI" method="getContactsView"/>
48 48
	
49
	<action name="openWindow" class="com.wade.mobile.func.MobileUI" method="openWindow"/>
50
	<action name="closeWindow" class="com.wade.mobile.func.MobileUI" method="closeWindow"/>
51
	<action name="openDialog" class="com.wade.mobile.func.MobileUI" method="openDialog"/>
52
	<action name="closeDialog" class="com.wade.mobile.func.MobileUI" method="closeDialog"/>
53
	<action name="openSlidingMenu" class="com.wade.mobile.func.MobileUI" method="openSlidingMenu"/>
54
	<action name="closeSlidingMenu" class="com.wade.mobile.func.MobileUI" method="closeSlidingMenu"/>
55
	<action name="showNotification" class="com.wade.mobile.func.MobileUI" method="showNotification"/>
49
	<action name="openWindow" class="com.ai.ipu.mobile.plugin.MobileUI" method="openWindow"/>
50
	<action name="closeWindow" class="com.ai.ipu.mobile.plugin.MobileUI" method="closeWindow"/>
51
	<action name="openDialog" class="com.ai.ipu.mobile.plugin.MobileUI" method="openDialog"/>
52
	<action name="closeDialog" class="com.ai.ipu.mobile.plugin.MobileUI" method="closeDialog"/>
53
	<action name="openSlidingMenu" class="com.ai.ipu.mobile.plugin.MobileUI" method="openSlidingMenu"/>
54
	<action name="closeSlidingMenu" class="com.ai.ipu.mobile.plugin.MobileUI" method="closeSlidingMenu"/>
55
	<action name="showNotification" class="com.ai.ipu.mobile.plugin.MobileUI" method="showNotification"/>
56 56
	
57 57
	<!-- SoftKeyBoard -->
58
	<action name="showKeyBoard" class="com.wade.mobile.func.SoftKeyBoard" method="showKeyBoard"/>
59
	<action name="hideKeyBoard" class="com.wade.mobile.func.SoftKeyBoard" method="hideKeyBoard"/>
60
	<action name="toggleKeyBoard" class="com.wade.mobile.func.SoftKeyBoard" method="toggleKeyBoard"/>
58
	<action name="showKeyBoard" class="com.ai.ipu.mobile.plugin.SoftKeyBoard" method="showKeyBoard"/>
59
	<action name="hideKeyBoard" class="com.ai.ipu.mobile.plugin.SoftKeyBoard" method="hideKeyBoard"/>
60
	<action name="toggleKeyBoard" class="com.ai.ipu.mobile.plugin.SoftKeyBoard" method="toggleKeyBoard"/>
61 61
	<!-- MobileCamera -->
62
	<action name="getPhoto" class="com.wade.mobile.func.MobileCamera" method="getPhoto"/>
63
	<action name="getPicture" class="com.wade.mobile.func.MobileCamera" method="getPicture"/>
64
	<action name="getBase64Picture" class="com.wade.mobile.func.MobileCamera" method="getBase64Picture"/>
65
	<action name="getCompressPicture" class="com.wade.mobile.func.MobileCamera" method="getCompressPicture"/>
62
	<action name="getPhoto" class="com.ai.ipu.mobile.plugin.MobileCamera" method="getPhoto"/>
63
	<action name="getPicture" class="com.ai.ipu.mobile.plugin.MobileCamera" method="getPicture"/>
64
	<action name="getBase64Picture" class="com.ai.ipu.mobile.plugin.MobileCamera" method="getBase64Picture"/>
65
	<action name="getCompressPicture" class="com.ai.ipu.mobile.plugin.MobileCamera" method="getCompressPicture"/>
66 66
	
67 67
	<!-- MobileInfo -->
68
	<action name="getTerminalType" class="com.wade.mobile.func.MobileInfo" method="getTerminalType"/>
69
	<action name="getSysInfo" class="com.wade.mobile.func.MobileInfo" method="getSysInfo"/>
70
	<action name="getNetInfo" class="com.wade.mobile.func.MobileInfo" method="getNetInfo"/>
68
	<action name="getTerminalType" class="com.ai.ipu.mobile.plugin.MobileInfo" method="getTerminalType"/>
69
	<action name="getSysInfo" class="com.ai.ipu.mobile.plugin.MobileInfo" method="getSysInfo"/>
70
	<action name="getNetInfo" class="com.ai.ipu.mobile.plugin.MobileInfo" method="getNetInfo"/>
71 71
	<!-- SwitchActivity -->
72 72
	<action name="browserFile" class="com.ailk.mobile.client.func.SwitchActivity" method = "browserFile"/>
73 73
	<action name="openDisplayPage" class="com.ailk.mobile.client.func.SwitchActivity" method = "openDisplayPage"/>
@ -78,41 +78,41 @@
78 78
	 <action name="selectLocation" class="com.ai.ipu.map.func.MobileMap" method="selectLocation"></action> 
79 79
	 -->
80 80
	<!-- MobileStorage -->
81
	<action name="removeMemoryCache" class="com.wade.mobile.func.MobileStorage" method="removeMemoryCache"></action>
82
	<action name="clearMemoryCache" class="com.wade.mobile.func.MobileStorage" method="clearMemoryCache"></action>
83
	<action name="setMemoryCache" class="com.wade.mobile.func.MobileStorage" method="setMemoryCache"></action>
84
	<action name="getMemoryCache" class="com.wade.mobile.func.MobileStorage" method="getMemoryCache"></action>
85
	<action name="setOfflineCache" class="com.wade.mobile.func.MobileStorage" method="setOfflineCache"/>
86
	<action name="getOfflineCache" class="com.wade.mobile.func.MobileStorage" method="getOfflineCache"/>
87
	<action name="removeOfflineCache" class="com.wade.mobile.func.MobileStorage" method="removeOfflineCache"/>
88
	<action name="clearOfflineCache" class="com.wade.mobile.func.MobileStorage" method="clearOfflineCache"/>
81
	<action name="removeMemoryCache" class="com.ai.ipu.mobile.plugin.MobileStorage" method="removeMemoryCache"></action>
82
	<action name="clearMemoryCache" class="com.ai.ipu.mobile.plugin.MobileStorage" method="clearMemoryCache"></action>
83
	<action name="setMemoryCache" class="com.ai.ipu.mobile.plugin.MobileStorage" method="setMemoryCache"></action>
84
	<action name="getMemoryCache" class="com.ai.ipu.mobile.plugin.MobileStorage" method="getMemoryCache"></action>
85
	<action name="setOfflineCache" class="com.ai.ipu.mobile.plugin.MobileStorage" method="setOfflineCache"/>
86
	<action name="getOfflineCache" class="com.ai.ipu.mobile.plugin.MobileStorage" method="getOfflineCache"/>
87
	<action name="removeOfflineCache" class="com.ai.ipu.mobile.plugin.MobileStorage" method="removeOfflineCache"/>
88
	<action name="clearOfflineCache" class="com.ai.ipu.mobile.plugin.MobileStorage" method="clearOfflineCache"/>
89 89
	<!-- MobileFile -->
90
	<action name="writeFile" class="com.wade.mobile.func.MobileFile" method="writeFile"></action>
91
	<action name="appendFile" class="com.wade.mobile.func.MobileFile" method="appendFile"></action>
92
	<action name="readFile" class="com.wade.mobile.func.MobileFile" method="readFile"></action>
93
	<action name="openFile" class="com.wade.mobile.func.MobileFile" method="openFile"></action>
94
	<action name="deleteFile" class="com.wade.mobile.func.MobileFile" method="deleteFile"></action>
95
	<action name="openFile" class="com.wade.mobile.func.MobileFile" method="openFile"/>
96
	<action name="getAllFile" class="com.wade.mobile.func.MobileFile" method="getAllFile" />
97
	<action name="cleanResource" class="com.wade.mobile.func.MobileFile" method="cleanResource" />
98
	<action name="getRelativePath" class="com.wade.mobile.func.MobileFile" method="getRelativePath"/>
90
	<action name="writeFile" class="com.ai.ipu.mobile.plugin.MobileFile" method="writeFile"></action>
91
	<action name="appendFile" class="com.ai.ipu.mobile.plugin.MobileFile" method="appendFile"></action>
92
	<action name="readFile" class="com.ai.ipu.mobile.plugin.MobileFile" method="readFile"></action>
93
	<action name="openFile" class="com.ai.ipu.mobile.plugin.MobileFile" method="openFile"></action>
94
	<action name="deleteFile" class="com.ai.ipu.mobile.plugin.MobileFile" method="deleteFile"></action>
95
	<action name="openFile" class="com.ai.ipu.mobile.plugin.MobileFile" method="openFile"/>
96
	<action name="getAllFile" class="com.ai.ipu.mobile.plugin.MobileFile" method="getAllFile" />
97
	<action name="cleanResource" class="com.ai.ipu.mobile.plugin.MobileFile" method="cleanResource" />
98
	<action name="getRelativePath" class="com.ai.ipu.mobile.plugin.MobileFile" method="getRelativePath"/>
99 99

100 100
	<!-- audio -->
101
	<action name="audioRecord" class="com.wade.mobile.func.MobileAudio" method="audioRecord"/>
102
	<action name="audioPlay" class="com.wade.mobile.func.MobileAudio" method="audioPlay"/>
101
	<action name="audioRecord" class="com.ai.ipu.mobile.plugin.MobileAudio" method="audioRecord"/>
102
	<action name="audioPlay" class="com.ai.ipu.mobile.plugin.MobileAudio" method="audioPlay"/>
103 103
	
104 104
	<!-- video -->
105
	<action name="recordVideo" class="com.wade.mobile.func.MobileVideo" method="recordVideo"/>
106
	<action name="playVideo" class="com.wade.mobile.func.MobileVideo" method="playVideo"/>
105
	<action name="recordVideo" class="com.ai.ipu.mobile.plugin.MobileVideo" method="recordVideo"/>
106
	<action name="playVideo" class="com.ai.ipu.mobile.plugin.MobileVideo" method="playVideo"/>
107 107
	
108 108
	<action name="openApp" class="com.ai.mobile.func.OpenOtherApp" method="openApp"></action>
109 109
	
110 110
	<!-- MobileDB -->
111
	<action name="execSQL" class="com.wade.mobile.func.MobileDB" method="execSQL"></action>
112
	<action name="insert" class="com.wade.mobile.func.MobileDB" method="insert"></action>
113
	<action name="delete" class="com.wade.mobile.func.MobileDB" method="delete"></action>
114
	<action name="update" class="com.wade.mobile.func.MobileDB" method="update"></action>
115
	<action name="select" class="com.wade.mobile.func.MobileDB" method="select"></action>
111
	<action name="execSQL" class="com.ai.ipu.mobile.plugin.MobileDB" method="execSQL"></action>
112
	<action name="insert" class="com.ai.ipu.mobile.plugin.MobileDB" method="insert"></action>
113
	<action name="delete" class="com.ai.ipu.mobile.plugin.MobileDB" method="delete"></action>
114
	<action name="update" class="com.ai.ipu.mobile.plugin.MobileDB" method="update"></action>
115
	<action name="select" class="com.ai.ipu.mobile.plugin.MobileDB" method="select"></action>
116 116
	<!-- del by wyj <action name="selectFirst" class="com.wade.mobile.func.MobileDB" method="selectFirst"></action> -->
117 117
	
118 118
	<!-- MobilePush -->
@ -126,15 +126,15 @@
126 126
	<action name="setCallbackForPushWithYunba" class="com.ai.ipu.push.IpuPushPlugin" method="setCallbackForPush"></action>
127 127

128 128
    <!-- Contact-->
129
	<action name="getContacts" class="com.wade.mobile.func.MobileContactDetail" method="getContacts"></action>
129
	<action name="getContacts" class="com.ai.ipu.mobile.plugin.MobileContactDetail" method="getContacts"></action>
130 130
	
131 131
	<!-- keyboard provided by Beijing CMC PSO -->
132
	<action name="openKeyboard" class="com.wade.mobile.func.MobileKeyboard" method="openKeyboard"></action>
132
	<action name="openKeyboard" class="com.ai.ipu.mobile.plugin.MobileKeyboard" method="openKeyboard"></action>
133 133

134 134
    <!-- ScreenLock provided by Beijing CMC PSO-->
135
	<action name="setScreenLock" class="com.wade.mobile.func.MobileScreenLock" method="setScreenLock"></action>
136
	<action name="getScreenLockState" class="com.wade.mobile.func.MobileScreenLock" method="getScreenLockState"></action>
137
	<action name="screenUnlock" class="com.wade.mobile.func.MobileScreenLock" method="screenUnlock"></action>
135
	<action name="setScreenLock" class="com.ai.ipu.mobile.plugin.MobileScreenLock" method="setScreenLock"></action>
136
	<action name="getScreenLockState" class="com.ai.ipu.mobile.plugin.MobileScreenLock" method="getScreenLockState"></action>
137
	<action name="screenUnlock" class="com.ai.ipu.mobile.plugin.MobileScreenLock" method="screenUnlock"></action>
138 138

139 139
    <!--OpenApp-->
140 140
	<action name="openNative" class="com.ai.ipu.func.MobileOpenApp" method="openNative"></action>
@ -190,8 +190,8 @@
190 190
	<action name="openPathMenu" class="com.ai.ipu.ipu_pathmenu.func.MobilePathMenu" method="openPathMenu"></action>
191 191
	<action name="closePathMenu" class="com.ai.ipu.ipu_pathmenu.func.MobilePathMenu" method="closePathMenu"></action>
192 192

193
	<action name="clearBackStack" class="com.wade.mobile.func.MobileUI" method="clearBackStack"></action>
193
	<action name="clearBackStack" class="com.ai.ipu.mobile.plugin.MobileUI" method="clearBackStack"></action>
194 194
	<!-- 物理按键监听 -->
195
	<action name="setKeyDownFlag" class="com.wade.mobile.func.MobileUI" method="setKeyDownFlag"></action>
196
	<action name="cleanKeyDownFlag" class="com.wade.mobile.func.MobileUI" method="cleanKeyDownFlag"></action>
195
	<action name="setKeyDownFlag" class="com.ai.ipu.mobile.plugin.MobileUI" method="setKeyDownFlag"></action>
196
	<action name="cleanKeyDownFlag" class="com.ai.ipu.mobile.plugin.MobileUI" method="cleanKeyDownFlag"></action>
197 197
</actions>

+ 197 - 0
display-client/assets/mobile-action.xml.bak

@ -0,0 +1,197 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<actions>
3
    <!-- MobileBasic -->
4
	<action name="call" class="com.ai.ipu.func.MobileBasic" method="call"/>
5
	<action name="beep" class="com.ai.ipu.func.MobileBasic" method="beep"/>
6
	<action name="sms" class="com.ai.ipu.func.MobileBasic" method = "sms"/>
7
	<action name="shock" class="com.ai.ipu.func.MobileBasic" method="shock"/>
8
	<!-- MobileApp -->
9
	<action name="close" class="com.wade.mobile.func.MobileApp" method="close"/>
10
	<action name="logCat" class="com.wade.mobile.func.MobileApp" method="logCat"/>
11
	<!-- MobileNetWork -->
12
	<action name="httpGet" class="com.wade.mobile.func.MobileNetWork" method="httpGet"></action>
13
	<action name="dataRequest" class="com.wade.mobile.func.MobileNetWork" method="dataRequest"/>
14
	<action name="dataRequestWithHost" class="com.wade.mobile.func.MobileNetWork" method="dataRequestWithHost"/>
15
	<action name="httpRequest" class="com.wade.mobile.func.MobileNetWork" method="httpRequest"/>
16
	<action name="storageDataByThread" class="com.wade.mobile.func.MobileNetWork" method="storageDataByThread"/>
17
	<action name="httpDownloadFile" class="com.wade.mobile.func.MobileNetWork" method = "httpDownloadFile"/>
18
	<!-- 
19
	<action name="shareByBluetooth" class="com.wade.mobile.func.MobileNetWork" method="shareByBluetooth"></action>
20
	 -->
21
	<action name="setSmsListener" class="com.wade.mobile.func.MobileNetWork" method="setSmsListener"></action>
22
	<action name="downloadWithServlet" class="com.wade.mobile.func.MobileNetWork" method="downloadWithServlet"></action>
23
	<action name="uploadWithServlet" class="com.wade.mobile.func.MobileNetWork" method="uploadWithServlet"></action>
24
	<action name="openBrowser" class="com.wade.mobile.func.MobileNetWork" method="openBrowser" ></action>
25
	<!-- 打开浏览器插件 -->
26
	<action name="openIpuBrowser" class="com.wade.mobile.func.MobileBrowser" method="openIpuBrowser" ></action>
27
	<!-- NFC -->
28
	<action name="initNfc" class="com.wade.mobile.func.MobileDevice" method="initNfc"></action>
29
	
30
	<!-- MobileUI -->
31
	<action name="tip" class="com.wade.mobile.func.MobileUI" method="tip"/>
32
    <action name="alert" class="com.wade.mobile.func.MobileUI" method="alert"/>
33
	<action name="loadUrl" class="com.wade.mobile.func.MobileUI" method="loadUrl"/>
34
	<action name="openUrl" class="com.wade.mobile.func.MobileUI" method="openUrl"/>
35
	<action name="openPage" class="com.wade.mobile.func.MobileUI" method="openPage"/>
36
	<action name="openTemplate" class="com.wade.mobile.func.MobileUI" method="openTemplate"/>
37
	<action name="loadPage" class="com.wade.mobile.func.MobileUI" method="loadPage"/>
38
	<action name="loadTemplate" class="com.wade.mobile.func.MobileUI" method="loadTemplate"/>
39
	<action name="getTemplate" class="com.wade.mobile.func.MobileUI" method="getTemplate"/>
40
	<action name="getPage" class="com.wade.mobile.func.MobileUI" method="getPage"/>
41
	<action name="back" class="com.wade.mobile.func.MobileUI" method="back"/>
42
	<action name="backWithCallback" class="com.wade.mobile.func.MobileUI" method="backWithCallback"/>
43
	<action name="loadingStart" class="com.wade.mobile.func.MobileUI" method="loadingStart"/>
44
	<action name="loadingStop" class="com.wade.mobile.func.MobileUI" method="loadingStop"/>
45
	<action name="getDate" class="com.wade.mobile.func.MobileUI" method="getDate"/>
46
	<action name="getChoice" class="com.wade.mobile.func.MobileUI" method="getChoice"/>
47
	<action name="getContactsView" class="com.wade.mobile.func.MobileUI" method="getContactsView"/>
48
	
49
	<action name="openWindow" class="com.wade.mobile.func.MobileUI" method="openWindow"/>
50
	<action name="closeWindow" class="com.wade.mobile.func.MobileUI" method="closeWindow"/>
51
	<action name="openDialog" class="com.wade.mobile.func.MobileUI" method="openDialog"/>
52
	<action name="closeDialog" class="com.wade.mobile.func.MobileUI" method="closeDialog"/>
53
	<action name="openSlidingMenu" class="com.wade.mobile.func.MobileUI" method="openSlidingMenu"/>
54
	<action name="closeSlidingMenu" class="com.wade.mobile.func.MobileUI" method="closeSlidingMenu"/>
55
	<action name="showNotification" class="com.wade.mobile.func.MobileUI" method="showNotification"/>
56
	
57
	<!-- SoftKeyBoard -->
58
	<action name="showKeyBoard" class="com.wade.mobile.func.SoftKeyBoard" method="showKeyBoard"/>
59
	<action name="hideKeyBoard" class="com.wade.mobile.func.SoftKeyBoard" method="hideKeyBoard"/>
60
	<action name="toggleKeyBoard" class="com.wade.mobile.func.SoftKeyBoard" method="toggleKeyBoard"/>
61
	<!-- MobileCamera -->
62
	<action name="getPhoto" class="com.wade.mobile.func.MobileCamera" method="getPhoto"/>
63
	<action name="getPicture" class="com.wade.mobile.func.MobileCamera" method="getPicture"/>
64
	<action name="getBase64Picture" class="com.wade.mobile.func.MobileCamera" method="getBase64Picture"/>
65
	<action name="getCompressPicture" class="com.wade.mobile.func.MobileCamera" method="getCompressPicture"/>
66
	
67
	<!-- MobileInfo -->
68
	<action name="getTerminalType" class="com.wade.mobile.func.MobileInfo" method="getTerminalType"/>
69
	<action name="getSysInfo" class="com.wade.mobile.func.MobileInfo" method="getSysInfo"/>
70
	<action name="getNetInfo" class="com.wade.mobile.func.MobileInfo" method="getNetInfo"/>
71
	<!-- SwitchActivity -->
72
	<action name="browserFile" class="com.ailk.mobile.client.func.SwitchActivity" method = "browserFile"/>
73
	<action name="openDisplayPage" class="com.ailk.mobile.client.func.SwitchActivity" method = "openDisplayPage"/>
74
	<!-- MobileMap -->
75
	<!--  
76
	<action name="location" class="com.ai.ipu.map.func.MobileMap" method="location"></action>
77
	 <action name="markMap" class="com.ai.ipu.map.func.MobileMap" method="markMap"></action>
78
	 <action name="selectLocation" class="com.ai.ipu.map.func.MobileMap" method="selectLocation"></action> 
79
	 -->
80
	<!-- MobileStorage -->
81
	<action name="removeMemoryCache" class="com.wade.mobile.func.MobileStorage" method="removeMemoryCache"></action>
82
	<action name="clearMemoryCache" class="com.wade.mobile.func.MobileStorage" method="clearMemoryCache"></action>
83
	<action name="setMemoryCache" class="com.wade.mobile.func.MobileStorage" method="setMemoryCache"></action>
84
	<action name="getMemoryCache" class="com.wade.mobile.func.MobileStorage" method="getMemoryCache"></action>
85
	<action name="setOfflineCache" class="com.wade.mobile.func.MobileStorage" method="setOfflineCache"/>
86
	<action name="getOfflineCache" class="com.wade.mobile.func.MobileStorage" method="getOfflineCache"/>
87
	<action name="removeOfflineCache" class="com.wade.mobile.func.MobileStorage" method="removeOfflineCache"/>
88
	<action name="clearOfflineCache" class="com.wade.mobile.func.MobileStorage" method="clearOfflineCache"/>
89
	<!-- MobileFile -->
90
	<action name="writeFile" class="com.wade.mobile.func.MobileFile" method="writeFile"></action>
91
	<action name="appendFile" class="com.wade.mobile.func.MobileFile" method="appendFile"></action>
92
	<action name="readFile" class="com.wade.mobile.func.MobileFile" method="readFile"></action>
93
	<action name="openFile" class="com.wade.mobile.func.MobileFile" method="openFile"></action>
94
	<action name="deleteFile" class="com.wade.mobile.func.MobileFile" method="deleteFile"></action>
95
	<action name="openFile" class="com.wade.mobile.func.MobileFile" method="openFile"/>
96
	<action name="getAllFile" class="com.wade.mobile.func.MobileFile" method="getAllFile" />
97
	<action name="cleanResource" class="com.wade.mobile.func.MobileFile" method="cleanResource" />
98
	<action name="getRelativePath" class="com.wade.mobile.func.MobileFile" method="getRelativePath"/>
99

100
	<!-- audio -->
101
	<action name="audioRecord" class="com.wade.mobile.func.MobileAudio" method="audioRecord"/>
102
	<action name="audioPlay" class="com.wade.mobile.func.MobileAudio" method="audioPlay"/>
103
	
104
	<!-- video -->
105
	<action name="recordVideo" class="com.wade.mobile.func.MobileVideo" method="recordVideo"/>
106
	<action name="playVideo" class="com.wade.mobile.func.MobileVideo" method="playVideo"/>
107
	
108
	<action name="openApp" class="com.ai.mobile.func.OpenOtherApp" method="openApp"></action>
109
	
110
	<!-- MobileDB -->
111
	<action name="execSQL" class="com.wade.mobile.func.MobileDB" method="execSQL"></action>
112
	<action name="insert" class="com.wade.mobile.func.MobileDB" method="insert"></action>
113
	<action name="delete" class="com.wade.mobile.func.MobileDB" method="delete"></action>
114
	<action name="update" class="com.wade.mobile.func.MobileDB" method="update"></action>
115
	<action name="select" class="com.wade.mobile.func.MobileDB" method="select"></action>
116
	<!-- del by wyj <action name="selectFirst" class="com.wade.mobile.func.MobileDB" method="selectFirst"></action> -->
117
	
118
	<!-- MobilePush -->
119
	<action name="registerForPush" class="com.ai.mobile.im.func.MobilePush" method="registerForPush"></action>
120
	<action name="unregisterForPush" class="com.ai.mobile.im.func.MobilePush" method="unregisterForPush"></action>
121
	<action name="sendText" class="com.ai.mobile.im.func.MobilePush" method="sendText"></action>
122
	<action name="setCallbackForPush" class="com.ai.mobile.im.func.MobilePush" method="setCallbackForPush"></action>
123
	<action name="registerForPushWithYunba"    class="com.ai.ipu.push.IpuPushPlugin" method="registerForPush"></action>
124
	<action name="unregisterForPushWithYunba"  class="com.ai.ipu.push.IpuPushPlugin" method="unregisterForPush"></action>
125
	<action name="sendTextWithYunba"           class="com.ai.ipu.push.IpuPushPlugin" method="sendText"></action>
126
	<action name="setCallbackForPushWithYunba" class="com.ai.ipu.push.IpuPushPlugin" method="setCallbackForPush"></action>
127

128
    <!-- Contact-->
129
	<action name="getContacts" class="com.wade.mobile.func.MobileContactDetail" method="getContacts"></action>
130
	
131
	<!-- keyboard provided by Beijing CMC PSO -->
132
	<action name="openKeyboard" class="com.wade.mobile.func.MobileKeyboard" method="openKeyboard"></action>
133

134
    <!-- ScreenLock provided by Beijing CMC PSO-->
135
	<action name="setScreenLock" class="com.wade.mobile.func.MobileScreenLock" method="setScreenLock"></action>
136
	<action name="getScreenLockState" class="com.wade.mobile.func.MobileScreenLock" method="getScreenLockState"></action>
137
	<action name="screenUnlock" class="com.wade.mobile.func.MobileScreenLock" method="screenUnlock"></action>
138

139
    <!--OpenApp-->
140
	<action name="openNative" class="com.ai.ipu.func.MobileOpenApp" method="openNative"></action>
141
	
142
	<!--ScanQR -->
143
	<!-- <action name="scanQrCode" class="com.ai.ipu.scan.func.IpuScan" method="scanSingle"></action>
144
	<action name="scanSingle" class="com.ai.ipu.scan.func.IpuScan" method="scanSingle"></action>
145
	<action name="scanMultiple" class="com.ai.ipu.scan.func.IpuScan" method="scanMultiple"></action>
146
	<action name="createQrCode" class="com.ai.ipu.scan.func.IpuScan" method="createQrCode"></action>
147
	 -->
148
	<!-- Voice -->
149
	<action name="startListen" class="com.ai.ipu.voice.IpuVoicePlugin" method="startListen"></action>
150
	<action name="voiceSpeak" class="com.ai.ipu.voice.IpuVoicePlugin" method="voiceSpeak"></action>
151
	
152
	<!-- BlutTooth -->
153
	<action name="shareByBluetooth" class="com.ai.ipu.bluetooth.func.MobileNetWork" method="shareByBluetooth"></action>
154
	
155
	<!-- Share -->
156
	<action name="shareTextQQFriend" class="com.ai.ipu.share.func.MobileShareByApp" method="shareTextQQFriend"></action>	
157
	<action name="shareFileQQFriend" class="com.ai.ipu.share.func.MobileShareByApp" method="shareFileQQFriend"></action>
158
	<action name="shareTextWeChatFriend" class="com.ai.ipu.share.func.MobileShareByApp" method="shareTextWeChatFriend"></action>
159
	<action name="shareFileWeChatFriend" class="com.ai.ipu.share.func.MobileShareByApp" method="shareFileWeChatFriend"></action>
160
	<action name="shareTextMore" class="com.ai.ipu.share.func.MobileShareByApp" method="shareTextMore"></action>
161
	<action name="shareFileMore" class="com.ai.ipu.share.func.MobileShareByApp" method="shareFileMore"></action>
162
	
163
	<!-- Sweet控件 -->
164
<!-- 	<action name="sweetAlert" class="com.ai.ipu.alertdialog.func.MobileUIWithSAD" method="sweetAlert"/>
165
	<action name="sweetConfirm" class="com.ai.ipu.alertdialog.func.MobileUIWithSAD" method="sweetConfirm"/>
166
	<action name="sweetLoading" class="com.ai.ipu.alertdialog.func.MobileUIWithSAD" method="sweetLoading"/> -->
167

168
	<!-- 邮件 -->
169
	<action name="shareImageBymail" class="com.ai.ipu.mail.func.MailSendByApp" method="shareImageBymail"></action>	
170
	<!-- BaiduMap -->
171
	<action name="baiduLocation" class="com.ai.ipu.baidumap.func.MobileBaiduMap" method="bdLocation" ></action>
172
	<action name="baiduMapLocation" class="com.ai.ipu.baidumap.func.MobileBaiduMap" method="baiduMapLocation"></action>
173
	<action name="baiduMapPosition" class="com.ai.ipu.baidumap.func.MobileBaiduMap" method = "baiduMapPosition"></action>
174
	<action name="clickBaiduMap" class="com.ai.ipu.baidumap.func.MobileBaiduMap" method="clickBaiduMap"></action>
175
	<action name="addPolygon" class="com.ai.ipu.baidumap.func.MobileBaiduMap" method="addPolygon"></action>
176
	<action name="poiCitySearch" class="com.ai.ipu.baidumap.func.MobileBaiduMap" method="poiCitySearch"></action>
177
	<action name="poiNearbySearch" class="com.ai.ipu.baidumap.func.MobileBaiduMap" method="poiNearbySearch"></action>
178
	<!-- 视频压缩 -->
179
	<action name="videoCompressor" class="com.ai.ipu.videocompressor.func.MobileVideoCompress" method="videoCompressor"></action>
180
	<action name="getVideoPath" class="com.ai.ipu.videocompressor.func.MobileVideoCompress" method="getVideoPath"/>
181
	
182
	<action name="poiBoundsSearch" class="com.ai.ipu.baidumap.func.MobileBaiduMap" method="poiBoundsSearch"></action>
183
	<action name="lbsLocalSearch" class="com.ai.ipu.baidumap.func.MobileBaiduMap" method="lbsLocalSearch"></action>
184
	<action name="lbsNearbySearch" class="com.ai.ipu.baidumap.func.MobileBaiduMap" method="lbsNearbySearch"></action>
185
	<action name="lbsBoundsSearch" class="com.ai.ipu.baidumap.func.MobileBaiduMap" method="lbsBoundsSearch"></action>
186

187

188
    <action name="openActivityFromPlugin" class="com.ai.ipu.func.MobileOpenApp" method="openActivityFromPlugin"></action>
189
    <!-- PathMenu -->
190
	<action name="openPathMenu" class="com.ai.ipu.ipu_pathmenu.func.MobilePathMenu" method="openPathMenu"></action>
191
	<action name="closePathMenu" class="com.ai.ipu.ipu_pathmenu.func.MobilePathMenu" method="closePathMenu"></action>
192

193
	<action name="clearBackStack" class="com.wade.mobile.func.MobileUI" method="clearBackStack"></action>
194
	<!-- 物理按键监听 -->
195
	<action name="setKeyDownFlag" class="com.wade.mobile.func.MobileUI" method="setKeyDownFlag"></action>
196
	<action name="cleanKeyDownFlag" class="com.wade.mobile.func.MobileUI" method="cleanKeyDownFlag"></action>
197
</actions>

BIN
ipu-mobile-common/libs/ipu-mobile-framework-3.0.jar