|
@ -101,7 +101,7 @@
|
101
|
101
|
<action name="audioPlay" class="com.ai.ipu.mobile.plugin.MobileAudio" method="audioPlay"/>
|
102
|
102
|
|
103
|
103
|
<!-- video -->
|
104
|
|
<action name="recordVideo" class="com.ai.ipu.mobile.plugin.MobileVideo" method="recordVideo"/>
|
|
104
|
<action name="recordVideo" class="com.ai.ipu.mobile.plugin.MobileVideo" method="recordVideo" permissions="camera"/>
|
105
|
105
|
<action name="playVideo" class="com.ai.ipu.mobile.plugin.MobileVideo" method="playVideo"/>
|
106
|
106
|
|
107
|
107
|
<action name="openApp" class="com.ai.mobile.func.OpenOtherApp" method="openApp"></action>
|
|
@ -256,4 +256,7 @@
|
256
|
256
|
<!--图片加水印-->
|
257
|
257
|
<action name="addImageWaterMarkForImage" class="com.ai.ipu.mobile.plugin.MobileCamera" method="addImageWaterMarkForImage" />
|
258
|
258
|
<action name="addTextWaterMarkForImage" class="com.ai.ipu.mobile.plugin.MobileCamera" method="addTextWaterMarkForImage" />
|
|
259
|
|
|
260
|
<!--检测软件-->
|
|
261
|
<action name="detectApps" class="com.ai.ipu.mobile.plugin.InstalledApps" method="detectApps" />
|
259
|
262
|
</actions>
|