|
@ -14,7 +14,9 @@
|
14
|
14
|
<action name="httpRequest" class="com.wade.mobile.func.MobileNetWork" method="httpRequest"/>
|
15
|
15
|
<action name="storageDataByThread" class="com.wade.mobile.func.MobileNetWork" method="storageDataByThread"/>
|
16
|
16
|
<action name="httpDownloadFile" class="com.wade.mobile.func.MobileNetWork" method = "httpDownloadFile"/>
|
|
17
|
<!--
|
17
|
18
|
<action name="shareByBluetooth" class="com.wade.mobile.func.MobileNetWork" method="shareByBluetooth"></action>
|
|
19
|
-->
|
18
|
20
|
<action name="setSmsListener" class="com.wade.mobile.func.MobileNetWork" method="setSmsListener"></action>
|
19
|
21
|
<action name="downloadWithServlet" class="com.wade.mobile.func.MobileNetWork" method="downloadWithServlet"></action>
|
20
|
22
|
<action name="uploadWithServlet" class="com.wade.mobile.func.MobileNetWork" method="uploadWithServlet"></action>
|
|
@ -141,4 +143,7 @@
|
141
|
143
|
<action name="startListen" class="com.ai.ipu.voice.IpuVoicePlugin" method="startListen"></action>
|
142
|
144
|
<action name="endListen" class="com.ai.ipu.voice.IpuVoicePlugin" method="endListen"></action>
|
143
|
145
|
<action name="voiceSpeak" class="com.ai.ipu.voice.IpuVoicePlugin" method="voiceSpeak"></action>
|
|
146
|
|
|
147
|
<!-- BlutTooth -->
|
|
148
|
<action name="shareByBluetooth" class="com.ai.ipu.bluetooth.func.MobileNetWork" method="shareByBluetooth"></action>
|
144
|
149
|
</actions>
|