|
@ -102,7 +102,9 @@
|
102
|
102
|
|
103
|
103
|
<!-- video -->
|
104
|
104
|
<action name="recordVideo" class="com.ai.ipu.mobile.plugin.MobileVideo" method="recordVideo" permissions="camera"/>
|
105
|
|
<action name="playVideo" class="com.ai.ipu.mobile.plugin.MobileVideo" method="playVideo"/>
|
|
105
|
<action name="playVideo" class="com.ai.ipu.mobile.plugin.MobileVideo"
|
|
106
|
method="playVideo" permissions="read_external_storage"
|
|
107
|
/>
|
106
|
108
|
|
107
|
109
|
<action name="openApp" class="com.ai.mobile.func.OpenOtherApp" method="openApp"></action>
|
108
|
110
|
|
|
@ -265,4 +267,8 @@
|
265
|
267
|
<action name="getFloCardInfoBD" class="com.ai.ipu.ocr.func.IpuOcrRecognize" method="getFloCardInfoBD" />
|
266
|
268
|
<action name="getIdCardInfo" class="com.ai.ipu.ocr.func.IpuOcrRecognize" method="getIdCardInfo" />
|
267
|
269
|
|
|
270
|
<!--视频-->
|
|
271
|
<action name="ipuRecordVideo" class="com.ai.ipu.watermarkrecord.func.CommonRecord" method="ipuRecordVideo" permissions="camera,record_audio"/>
|
|
272
|
<action name="recordWithWatermark" class="com.ai.ipu.watermarkrecord.func.WaterMarkRecord" method="recordWithWatermark" permissions="camera,record_audio"/>
|
|
273
|
|
268
|
274
|
</actions>
|