ソースを参照

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

liuyf23 2 年 前
コミット
cf23fd8a2d
共有1 個のファイルを変更した8 個の追加0 個の削除を含む
  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>