wxr
2020-08-11 2bec9c838d2d688025698de8ec1de401ffd7dd1f
HDL-ON_Android/Application.cs
@@ -1,4 +1,5 @@
using System;
using System.Net;
using Android;
using Android.Content;
using Android.Net;
@@ -74,6 +75,20 @@
            };
            HDLUtils.SetAuthoritiesName("com.hdl.onpro.fileProvider");
            //Shared.Application.IsGpsEnable = true;
            Shared.Application.LocationAction = (arg1, arg2) => {
                Console.WriteLine(  "1111111111111111");
                Shared.Application.LocationAction = null;
                new HDL_ON.DAL.Server.HttpServerRequest().GetCityInfo(arg1.ToString(), arg2.ToString());
                MainPage.Log($"经纬度:::{arg1}:{arg2}");
            };
        }
        public static bool IsShowTip = true;
        void init()