Browse Source

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

liuyf23 2 years ago
parent
commit
dfe08fdae1
1 changed files with 4 additions and 0 deletions
  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>