Преглед на файлове

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

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>