Browse Source

增加downloadWithServlet,uploadWithServlet的插件配置

huangbo 9 years ago
parent
commit
50f1491e62
1 changed files with 2 additions and 0 deletions
  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"/>