|
@ -41,8 +41,14 @@
|
41
|
41
|
<action name="loadPage" class="IPUMobileUIPlugin" method="loadPage"/>
|
42
|
42
|
<action name="loadTemplate" class="IPUMobileUIPlugin" method="loadTemplate"/>
|
43
|
43
|
|
|
44
|
<!-- Camera & Custom Camera -->
|
44
|
45
|
<action name="getPhoto" class="IPUCameraPlugin" method="getPhotoViaCamera"/>
|
45
|
46
|
<action name="getPicture" class="IPUCameraPlugin" method="getPhotoViaPhotoLibrary"/>
|
|
47
|
<action name="getIdentifyPhoto" class="IPUCustomCameraPlugin" method="getIdentifyPhoto"/>
|
|
48
|
<!-- Video & Custom Video -->
|
|
49
|
<action name="recordVideo" class="IPUCameraPlugin" method="recordVideo"/>
|
|
50
|
<action name="playVideo" class="IPUCameraPlugin" method="playVideo"/>
|
|
51
|
<action name="makeShortVideo" class="IPUVideoRecordPlugin" method="recordShortVideo"/>
|
46
|
52
|
|
47
|
53
|
<action name="getQrCodePhotoViaCamera" class="IPUCameraPlugin" method="getQrCodePhotoViaCamera"/>
|
48
|
54
|
<action name="getQrCodePhotoViaLibrary" class="IPUCameraPlugin" method="getQrCodePhotoViaLibrary"/>
|
|
@ -107,15 +113,10 @@
|
107
|
113
|
<action name="getContacts" class="IPUContactsPlugin" method="getContacts"/>
|
108
|
114
|
<action name="shareImageBymail" class="IPUMailPlugin" method="shareImageBymail"/>
|
109
|
115
|
|
110
|
|
<!-- Camera -->
|
111
|
|
<action name="recordVideo" class="IPUCameraPlugin" method="recordVideo"/>
|
112
|
|
<action name="playVideo" class="IPUCameraPlugin" method="playVideo"/>
|
113
|
|
|
114
|
116
|
<action name="getVideoPath" class="IPUVideoPlugin" method="getVideoPath"/>
|
115
|
117
|
<action name="videoCompressor" class="IPUVideoPlugin" method="videoCompressor"/>
|
116
|
118
|
|
117
|
|
<!-- Custom Camera -->
|
118
|
|
<action name="getIdentifyPhoto" class="IPUCustomCameraPlugin" method="getIdentifyPhoto"/>
|
|
119
|
|
119
|
120
|
|
120
|
121
|
<!-- Upload File -->
|
121
|
122
|
<action name="uploadWithServlet" class="IPUUploadDownloadPlugin" method="uploadWithServletByAFN"/>
|
|
@ -214,7 +215,7 @@
|
214
|
215
|
<action name="delGestureLock" class="IPUAuthenticationPlugin" method="delGestureLock"/>
|
215
|
216
|
<action name="isSetGestureLock" class="IPUAuthenticationPlugin" method="isSetGestureLock"/>
|
216
|
217
|
|
217
|
|
<action name="makeShortVideo" class="IPUVideoRecordPlugin" method="recordShortVideo"/>
|
|
218
|
|
218
|
219
|
|
219
|
220
|
<!-- OCR识别 -->
|
220
|
221
|
<action name="getFloCardInfoBD" class="IPUOCRPlugin" method="getFloCardInfoBD"/>
|