From 47f179be722a61c95cc03c8f90e1aa91c12d1124 Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期三, 23 十月 2024 18:49:23 +0800 Subject: [PATCH] UI走查,安卓 --- HDL-ON_Android/Application.cs | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/HDL-ON_Android/Application.cs b/HDL-ON_Android/Application.cs index 105a0fe..5d85593 100644 --- a/HDL-ON_Android/Application.cs +++ b/HDL-ON_Android/Application.cs @@ -12,9 +12,6 @@ using CN.Jpush.Android.Api; using HDL_ON; using Java.Util; -using Microsoft.AppCenter; -using Microsoft.AppCenter.Analytics; -using Microsoft.AppCenter.Crashes; using Shared; namespace HDL_ON_Android @@ -39,7 +36,6 @@ public Application(IntPtr handle, Android.Runtime.JniHandleOwnership ownerShip) : base(handle, ownerShip) { } public override void OnCreate() { - if (Shared.Application.Activity != null) { //reStartApp(this); @@ -109,7 +105,8 @@ multicast.Acquire(); //鍚庡彴鍥炲埌鍓嶅彴 - new HDL_ON.UI.AppUnlockPage().LoadPage(); + //new HDL_ON.UI.AppUnlockPage().LoadPage(); + } } @@ -124,7 +121,7 @@ BusSocketStop(); multicast.Release(); //杩涘叆鍚庡彴 - UserInfo.Current.unlockTime = DateTime.Now; + //UserInfo.Current.unlockTime = DateTime.Now; } } -- Gitblit v1.8.0