From 157be5220d9d81bce18e8248ef6ac056415405a1 Mon Sep 17 00:00:00 2001 From: Tong <1025782220@qq.com> Date: 星期二, 31 八月 2021 09:29:45 +0800 Subject: [PATCH] 更新推送库 --- HDL-ON_Android/Application.cs | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/HDL-ON_Android/Application.cs b/HDL-ON_Android/Application.cs index 3d29968..7a4f0db 100644 --- a/HDL-ON_Android/Application.cs +++ b/HDL-ON_Android/Application.cs @@ -128,8 +128,6 @@ //缃戠粶鍙樺寲澶勭悊 HDLCommon.Current.UpdateInternetStatus((int)internetStatus, MainPage.IsEnterBackground); }; - //寮�鍚畾浣嶆湇鍔� - Shared.Application.StartGPSLocationService(); }; BaseActivity.RefreshUIAction += (activity) => { @@ -228,9 +226,9 @@ { //鎵嬫満鍚嶇О Android.OS.Build.Manufacturer; //OnAppConfig.Instance.PhoneName = Android.OS.Build.Manufacturer; -//#if DEBUG + //#if DEBUG //CN.Jpush.Android.Api.JPushInterface.SetDebugMode(true); -//#endif + //#endif CN.Jpush.Android.Api.JPushInterface.Init(this); } -- Gitblit v1.8.0