Sfoglia il codice sorgente

@修复:“手势锁”插件配置

liuyf23 2 anni fa
parent
commit
cf23fd8a2d
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. 8 0
      show-client/app/src/main/assets/mobile-action.xml

+ 8 - 0
show-client/app/src/main/assets/mobile-action.xml

@ -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>