|
@ -240,4 +240,12 @@
|
240
|
240
|
|
241
|
241
|
<!--状态栏颜色-->
|
242
|
242
|
<action name="setStatusBarColor" class="com.ai.ipu.mobile.common.statusbar.MobileStatusBar" method="setStatusBarColor" />
|
|
243
|
|
|
244
|
<!--手势锁-->
|
|
245
|
<action name="isSetGestureLock" class="com.ai.ipu.mobile.common.screenlock.GestureLock" method="isSetGestureLock" />
|
|
246
|
<action name="updateGestureLock" class="com.ai.ipu.mobile.common.screenlock.GestureLock" method="updateGestureLock" />
|
|
247
|
<action name="setGestureLock" class="com.ai.ipu.mobile.common.screenlock.GestureLock" method="setGestureLock" />
|
|
248
|
<action name="validateGestureLock" class="com.ai.ipu.mobile.common.screenlock.GestureLock" method="validateGestureLock" />
|
|
249
|
<action name="delGestureLock" class="com.ai.ipu.mobile.common.screenlock.GestureLock" method="delGestureLock" />
|
|
250
|
<action name="styleGestureLock" class="com.ai.ipu.mobile.common.screenlock.GestureLock" method="styleGestureLock" />
|
243
|
251
|
</actions>
|