HDL-ON_Android/SplashActivity.cs
@@ -229,6 +229,7 @@ { try { if (isfirst) { //只触发一次 @@ -237,7 +238,7 @@ } isfirst = false; ///监听经纬度 HDL_ON.UI.UI2.Intelligence.Automation.LogicMethod.CurrLogicMethod.AppLatAndLonEvent(lon, lat); HDL_ON.UI.UI2.Intelligence.Automation.LogicMethod.Current.AppLatAndLonEvent(lon, lat); //关闭定位服务 //Shared.Application.StopGPSLocationService(); }