|
@ -41,7 +41,6 @@
|
41
|
41
|
|
42
|
42
|
<action name="getPhoto" class="IPUCameraPlugin" method="getPhotoViaCamera"/>
|
43
|
43
|
<action name="getPicture" class="IPUCameraPlugin" method="getPhotoViaPhotoLibrary"/>
|
44
|
|
<action name="getBase64Picture" class="IPUCameraPlugin" method="getBase64Picture"/>
|
45
|
44
|
|
46
|
45
|
<action name="getQrCodePhotoViaCamera" class="IPUCameraPlugin" method="getQrCodePhotoViaCamera"/>
|
47
|
46
|
<action name="getQrCodePhotoViaLibrary" class="IPUCameraPlugin" method="getQrCodePhotoViaLibrary"/>
|
|
@ -107,7 +106,6 @@
|
107
|
106
|
<action name="shareImageBymail" class="IPUMailPlugin" method="shareImageBymail"/>
|
108
|
107
|
|
109
|
108
|
<!-- Camera -->
|
110
|
|
<action name="takePicture" class="IPUCameraPlugin" method="takePicture"/>
|
111
|
109
|
<action name="recordVideo" class="IPUCameraPlugin" method="recordVideo"/>
|
112
|
110
|
<action name="playVideo" class="IPUCameraPlugin" method="playVideo"/>
|
113
|
111
|
|
|
@ -153,11 +151,11 @@
|
153
|
151
|
<action name="voiceInput" class="IPUVoicePlugin" method="voiceInput"/>
|
154
|
152
|
<action name="cancelVoiceInput" class="IPUVoicePlugin" method="cancelVoiceInput"/>
|
155
|
153
|
|
156
|
|
<!-- QQ -->
|
|
154
|
<!-- QQ -->
|
157
|
155
|
<action name="shareTextQQFriend" class="IPUSocialPlugin" method="shareTextQQFriend"></action>
|
158
|
156
|
<action name="shareFileQQFriend" class="IPUSocialPlugin" method="shareFileQQFriend"></action>
|
159
|
157
|
|
160
|
|
<!-- Wechat -->
|
|
158
|
<!-- Wechat -->
|
161
|
159
|
<action name="shareTextWeChatFriend" class="IPUSocialPlugin" method="shareTextWeChatFriend"></action>
|
162
|
160
|
<action name="shareTextWeChatTimeline" class="IPUSocialPlugin" method="shareTextWeChatTimeline"></action>
|
163
|
161
|
<action name="shareFileWeChatFriend" class="IPUSocialPlugin" method="shareFileWeChatFriend"></action>
|
|
@ -168,7 +166,7 @@
|
168
|
166
|
<action name="shareTextMore" class="IPUSocialPlugin" method="shareTextMore"></action>
|
169
|
167
|
<action name="shareFileMore" class="IPUSocialPlugin" method="shareFileMore"></action>
|
170
|
168
|
|
171
|
|
<!-- 缓存图片 -->
|
|
169
|
<!-- 缓存图片 -->
|
172
|
170
|
<action name="setImageWithURL" class="IPUImageCachePlugin" method="setImageWithURL" singleton="false"></action>
|
173
|
171
|
<action name="setImageWithURLs" class="IPUImageCachePlugin" method="setImageWithURLs" singleton="false"></action>
|
174
|
172
|
<action name="clearImageCache" class="IPUImageCachePlugin" method="clearImageCache"></action>
|
|
@ -206,17 +204,19 @@
|
206
|
204
|
<action name="isSupportFingerprintAuthentication" class="IPUAuthenticationPlugin" method="isSupportFingerprintAuthentication"/>
|
207
|
205
|
<action name="fingerprintAuthentication" class="IPUAuthenticationPlugin" method="fingerprintAuthentication"/>
|
208
|
206
|
<!-- 手势锁 -->
|
209
|
|
<action name="setGestureLock" class="IPUAuthenticationPlugin" method="setGestureLock"></action>
|
210
|
|
<action name="validateGestureLock" class="IPUAuthenticationPlugin" method="validateGestureLock"></action>
|
211
|
|
<action name="updateGestureLock" class="IPUAuthenticationPlugin" method="updateGestureLock"></action>
|
212
|
|
<action name="delGestureLock" class="IPUAuthenticationPlugin" method="delGestureLock"></action>
|
213
|
|
<action name="isSetGestureLock" class="IPUAuthenticationPlugin" method="isSetGestureLock"></action>
|
|
207
|
<action name="styleGestureLock" class="IPUAuthenticationPlugin" method="styleGestureLock"/>
|
|
208
|
<action name="setGestureLock" class="IPUAuthenticationPlugin" method="setGestureLock"/>
|
|
209
|
<action name="validateGestureLock" class="IPUAuthenticationPlugin" method="validateGestureLock"/>
|
|
210
|
<action name="updateGestureLock" class="IPUAuthenticationPlugin" method="updateGestureLock"/>
|
|
211
|
<action name="delGestureLock" class="IPUAuthenticationPlugin" method="delGestureLock"/>
|
|
212
|
<action name="isSetGestureLock" class="IPUAuthenticationPlugin" method="isSetGestureLock"/>
|
214
|
213
|
|
215
|
214
|
<action name="makeShortVideo" class="IPUVideoRecordPlugin" method="recordShortVideo"/>
|
216
|
215
|
|
217
|
216
|
<!-- OCR识别 -->
|
218
|
217
|
<action name="getFloCardInfoBD" class="IPUOCRPlugin" method="getFloCardInfoBD"/>
|
219
|
218
|
<action name="getIdCardInfo" class="IPUOCRPlugin" method="getIdCardInfo"/>
|
|
219
|
<action name="getFloCardInfo" class="IPUOCRPlugin" method="getFloCardInfo"/>
|
220
|
220
|
|
221
|
221
|
<!-- 截屏 -->
|
222
|
222
|
<action name="fullScreenCapture" class="IPUScreenCapture" method="fullScreenCapture"/>
|