|
@ -27,7 +27,7 @@
|
27
|
27
|
<!-- MobileUI -->
|
28
|
28
|
<action name="tip" class="com.wade.mobile.func.MobileUI" method="tip"/>
|
29
|
29
|
<action name="alert" class="com.wade.mobile.func.MobileUI" method="alert"/>
|
30
|
|
<action name="openUrl" class="com.wade.mobile.func.MobileUI" method="openUrl"/>
|
|
30
|
<action name="loadUrl" class="com.wade.mobile.func.MobileUI" method="loadUrl"/>
|
31
|
31
|
<action name="openPage" class="com.wade.mobile.func.MobileUI" method="openPage"/>
|
32
|
32
|
<action name="openTemplate" class="com.wade.mobile.func.MobileUI" method="openTemplate"/>
|
33
|
33
|
<action name="loadPage" class="com.wade.mobile.func.MobileUI" method="loadPage"/>
|
|
@ -35,6 +35,7 @@
|
35
|
35
|
<action name="getTemplate" class="com.wade.mobile.func.MobileUI" method="getTemplate"/>
|
36
|
36
|
<action name="getPage" class="com.wade.mobile.func.MobileUI" method="getPage"/>
|
37
|
37
|
<action name="back" class="com.wade.mobile.func.MobileUI" method="back"/>
|
|
38
|
<action name="backWithCallback" class="com.wade.mobile.func.MobileUI" method="backWithCallback"/>
|
38
|
39
|
<action name="loadingStart" class="com.wade.mobile.func.MobileUI" method="loadingStart"/>
|
39
|
40
|
<action name="loadingStop" class="com.wade.mobile.func.MobileUI" method="loadingStop"/>
|
40
|
41
|
<action name="getDate" class="com.wade.mobile.func.MobileUI" method="getDate"/>
|
|
@ -186,4 +187,7 @@
|
186
|
187
|
<action name="closePathMenu" class="com.ai.ipu.ipu_pathmenu.func.MobilePathMenu" method="closePathMenu"></action>
|
187
|
188
|
|
188
|
189
|
<action name="clearBackStack" class="com.wade.mobile.func.MobileUI" method="clearBackStack"></action>
|
|
190
|
<!-- 物理按键监听 -->
|
|
191
|
<action name="setKeyDownFlag" class="com.wade.mobile.func.MobileUI" method="setKeyDownFlag"></action>
|
|
192
|
<action name="cleanKeyDownFlag" class="com.wade.mobile.func.MobileUI" method="cleanKeyDownFlag"></action>
|
189
|
193
|
</actions>
|