|
@ -84,12 +84,7 @@
|
84
|
84
|
<action name="getAllFile" class="com.wade.mobile.func.MobileFile" method="getAllFile" />
|
85
|
85
|
<action name="cleanResource" class="com.wade.mobile.func.MobileFile" method="cleanResource" />
|
86
|
86
|
<action name="getRelativePath" class="com.wade.mobile.func.MobileFile" method="getRelativePath"/>
|
87
|
|
|
88
|
|
<!-- added by yangsk -->
|
89
|
|
<action name="openAnimation" class="com.ailk.mobile.client.func.SettingPlugin" method="openAnimation"/>
|
90
|
|
<action name="shutAnimation" class="com.ailk.mobile.client.func.SettingPlugin" method="shutAnimation"/>
|
91
|
|
<action name="setTitleText" class="com.ailk.mobile.client.func.BizPlugin" method="setBizTitle"/>
|
92
|
|
|
|
87
|
|
93
|
88
|
<!-- audio -->
|
94
|
89
|
<action name="audioRecord" class="com.wade.mobile.func.MobileAudio" method="audioRecord"/>
|
95
|
90
|
<action name="audioPlay" class="com.wade.mobile.func.MobileAudio" method="audioPlay"/>
|
|
@ -117,16 +112,19 @@
|
117
|
112
|
<action name="unregisterForPushWithYunba" class="com.ai.ipu.mobile.push.YunBaPush" method="unregisterForPush"></action>
|
118
|
113
|
<action name="sendTextWithYunba" class="com.ai.ipu.mobile.push.YunBaPush" method="sendText"></action>
|
119
|
114
|
<action name="setCallbackForPushWithYunba" class="com.ai.ipu.mobile.push.YunBaPush" method="setCallbackForPush"></action>
|
120
|
|
|
|
115
|
|
|
116
|
<!-- Contact-->
|
121
|
117
|
<action name="getContacts" class="com.wade.mobile.func.MobileContactDetail" method="getContacts"></action>
|
122
|
118
|
|
123
|
|
<!-- keyboard -->
|
|
119
|
<!-- keyboard provided by Beijing CMC PSO -->
|
124
|
120
|
<action name="openKeyboard" class="com.wade.mobile.func.MobileKeyboard" method="openKeyboard"></action>
|
125
|
|
|
|
121
|
|
|
122
|
<!-- ScreenLock provided by Beijing CMC PSO-->
|
126
|
123
|
<action name="setScreenLock" class="com.wade.mobile.func.MobileScreenLock" method="setScreenLock"></action>
|
127
|
124
|
<action name="getScreenLockState" class="com.wade.mobile.func.MobileScreenLock" method="getScreenLockState"></action>
|
128
|
125
|
<action name="screenUnlock" class="com.wade.mobile.func.MobileScreenLock" method="screenUnlock"></action>
|
129
|
|
|
|
126
|
|
|
127
|
<!--OpenApp-->
|
130
|
128
|
<action name="openNative" class="com.ai.mobile.func.MobileOpenApp" method="openNative"></action>
|
131
|
129
|
|
132
|
130
|
</actions>
|