瀏覽代碼

增加downloadWithServlet,uploadWithServlet的插件配置

huangbo 9 年之前
父節點
當前提交
50f1491e62
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      display-client/assets/mobile-action.xml

+ 2 - 0
display-client/assets/mobile-action.xml

@ -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"/>