瀏覽代碼

@新增:前后台切换 插件的配置

liuyf23 2 年之前
父節點
當前提交
dfe08fdae1
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      show-client/app/src/main/assets/mobile-action.xml

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

@ -290,4 +290,8 @@
290 290
291 291
	<!--qrcode-->
292 292
	<action name="getQrCodePhotoViaCamera" class="com.ai.ipu.ipuqrcode.func.QRCodePhoto" method="getQrCodePhotoViaCamera" />
293
294
	<!--前后台切换-->
295
	<action name="addForeBackGroundListner" class="com.ai.ipu.mobile.plugin.IpuLifeCyclePlugin" method="addForeBackGroundListner" />
296
	<action name="deleteForeBackGroundListner" class="com.ai.ipu.mobile.plugin.IpuLifeCyclePlugin" method="deleteForeBackGroundListner" />
293 297
</actions>