|
@ -248,4 +248,12 @@
|
248
|
248
|
<action name="validateGestureLock" class="com.ai.ipu.mobile.common.screenlock.GestureLock" method="validateGestureLock" />
|
249
|
249
|
<action name="delGestureLock" class="com.ai.ipu.mobile.common.screenlock.GestureLock" method="delGestureLock" />
|
250
|
250
|
<action name="styleGestureLock" class="com.ai.ipu.mobile.common.screenlock.GestureLock" method="styleGestureLock" />
|
|
251
|
|
|
252
|
<!--截屏-->
|
|
253
|
<action name="captureScreen" class="com.ai.ipu.mobile.common.screenshort.MobileScreenShort" method="captureScreen" />
|
|
254
|
<action name="fullScreenCapture" class="com.ai.ipu.mobile.common.screenshort.MobileScreenShort" method="fullScreenCapture" />
|
|
255
|
<action name="noStatusScreenCapture" class="com.ai.ipu.mobile.common.screenshort.MobileScreenShort" method="noStatusScreenCapture" />
|
|
256
|
<action name="handMovementScreenCapture" class="com.ai.ipu.mobile.common.screenshort.MobileScreenShort" method="handMovementScreenCapture" />
|
|
257
|
<action name="webviewScreenCapture" class="com.ai.ipu.mobile.common.screenshort.MobileScreenShort" method="webviewScreenCapture" />
|
|
258
|
|
251
|
259
|
</actions>
|