|
@ -14,6 +14,8 @@
|
14
|
14
|
<action name="storageDataByThread" class="com.wade.mobile.func.MobileNetWork" method="storageDataByThread"/>
|
15
|
15
|
<action name="httpDownloadFile" class="com.wade.mobile.func.MobileNetWork" method = "httpDownloadFile"/>
|
16
|
16
|
<action name="shareByBluetooth" class="com.wade.mobile.func.MobileNetWork" method="shareByBluetooth"></action>
|
|
17
|
<action name="downloadWithServlet" class="com.wade.mobile.func.MobileNetWork" method="downloadWithServlet"></action>
|
|
18
|
<action name="uploadWithServlet" class="com.wade.mobile.func.MobileNetWork" method="uploadWithServlet"></action>
|
17
|
19
|
<!-- MobileUI -->
|
18
|
20
|
<action name="tip" class="com.wade.mobile.func.MobileUI" method="tip"/>
|
19
|
21
|
<action name="openUrl" class="com.wade.mobile.func.MobileUI" method="openUrl"/>
|