From ea0b1e8e5f43c5fd0a7d479e25ede3b8cbea464a Mon Sep 17 00:00:00 2001
From: wxr <wxr@hdlchina.com.cn>
Date: 星期一, 02 十二月 2024 17:17:19 +0800
Subject: [PATCH] tcp;可视对讲;

---
 HDL-ON_Android/SplashActivity.cs |  177 +++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 99 insertions(+), 78 deletions(-)

diff --git a/HDL-ON_Android/SplashActivity.cs b/HDL-ON_Android/SplashActivity.cs
index b4b7780..3954e31 100644
--- a/HDL-ON_Android/SplashActivity.cs
+++ b/HDL-ON_Android/SplashActivity.cs
@@ -1,23 +1,21 @@
 锘縰sing System;
+using Android;
 using Android.App;
 using Android.Content;
 using Android.Content.PM;
+using Android.Locations;
 using Android.Net;
 using Android.OS;
+using Android.Support.V4.App;
+using Android.Support.V4.Content;
 using CN.Jpush.Android.Api;
-//using Android.Widget;
-using Com.Hdl.ON.Jpush.Androidjpush;
 using HDL_ON;
-using Java.Util;
-using Microsoft.AppCenter;
-using Microsoft.AppCenter.Analytics;
-using Microsoft.AppCenter.Crashes;
 using Shared;
 
 namespace HDL_ON_Android
 {
-    [Activity(Theme = "@style/SplashTheme", MainLauncher = true, Name = "com.hdl.onpro.SplashActivity",ScreenOrientation = ScreenOrientation.Portrait) ]
-    [IntentFilter(new string[] { "com.hdl.onpro.SplashActivity", Intent.ActionView })]
+    [Activity(Theme = "@style/SplashTheme", MainLauncher = true, LaunchMode = LaunchMode.SingleTask, Name = "com.santan.smartcontrol.SplashActivity", ScreenOrientation = ScreenOrientation.Portrait)]
+    [IntentFilter(new string[] { "com.santan.smartcontrol.SplashActivity", Intent.ActionView })]
     public class SplashActivity : Activity
     {
         protected override void OnActivityResult(int requestCode, Result resultVal, Intent data)
@@ -28,7 +26,7 @@
                 {
                     if (!OnAppConfig.Instance.FirstRunApp)
                     {
-                        ////鎵撳紑baseActivity
+                        //鎵撳紑baseActivity
                         Intent i = new Intent(this, typeof(BaseActivity));//Intent intent=new Intent( 璧峰缁勪欢瀵硅薄 , 鐩爣 Service.class);
                         StartActivityForResult(i, 1);
                         OverridePendingTransition(0, 0);
@@ -44,23 +42,29 @@
         [Obsolete]
         protected override void OnCreate(Bundle savedInstanceState)
         {
+            Console.WriteLine("123456");
             base.OnCreate(savedInstanceState);
 
-          
+            if(Shared.Application.Activity != null && Shared.Application.Activity.GetType() == typeof(BaseActivity))
+            {
+                Finish();
+                return;
+            }
 
             //Intent i = new Intent(this, typeof(BaseActivity));//Intent intent=new Intent( 璧峰缁勪欢瀵硅薄 , 鐩爣 Service.class);
             //StartActivityForResult(i, 1);
             //OverridePendingTransition(0, 0);
             //initAll();
-
-
-
+#if DEBUG
+            HDL_ON.OnAppConfig.Instance.isAgreePrivacyPolicy = true;
+#endif
             if (HDL_ON.OnAppConfig.Instance.FirstRunApp || !HDL_ON.OnAppConfig.Instance.isAgreePrivacyPolicy)
             {
+                //OnAppConfig.Instance.FirstRunApp = false;
+                //OnAppConfig.Instance.SaveConfig();
                 Language.CurrentLanguage = "Chinese";
-                Locale locale1 = Locale.Default;
                 var localeList = Resources.Configuration.Locale;
-                Console.WriteLine("褰撳墠璇█缂╁啓:"+localeList.Language);
+                Console.WriteLine("褰撳墠璇█缂╁啓:" + localeList.Language);
                 if (localeList.Language == "zh")
                 {
                     Language.CurrentLanguage = "Chinese";
@@ -71,7 +75,7 @@
                 }
 
                 Intent intent = new Intent(this, typeof(AgreementActivity));
-                StartActivityForResult(intent,99);
+                StartActivityForResult(intent, 99);
             }
             else
             {
@@ -83,13 +87,31 @@
                 initOhterSdk();
                 Finish();//鍏抽棴鑷繁
             }
-
         }
+
+
+        public void Permissions()
+        {
+            string[] mPermissionList = new string[]
+            {
+                Manifest.Permission.ReadSms
+            };
+
+            foreach (string permissions in mPermissionList)
+            {
+                if (ContextCompat.CheckSelfPermission(this, permissions) != 0)
+                {
+                    ActivityCompat.RequestPermissions(this, new string[] { permissions }, 1);
+                }
+            }
+        }
+
+
 
         void initOhterSdk()
         {
             //娉ㄥ唽鏈鐞嗗紓甯镐簨浠�
-            AppCenter.Start("64ac5859-2cd7-4ef8-a5da-5455e29679ec", typeof(Analytics), typeof(Crashes));
+            //AppCenter.Start("64ac5859-2cd7-4ef8-a5da-5455e29679ec", typeof(Analytics), typeof(Crashes));
             //鎵嬫満鍚嶇О Android.OS.Build.Manufacturer;
             //OnAppConfig.Instance.PhoneName = Android.OS.Build.Manufacturer;
             //#if DEBUG
@@ -97,6 +119,8 @@
             //#endif
             JPushInterface.Init(this);
 
+            //Com.Chteam.Agent.BuglyAgentHelper.Init(this.ApplicationContext, "316a8f5d83");
+            
 
             BaseActivity.OnCreateActoin += (activity, application) =>
             {
@@ -105,10 +129,17 @@
 
             };
 
-            //鍒濆鍖栧弸鐩焥dk
-            Com.Hdl.Umsdk.UmSdk.InitUmSdk(this, "61d565d9e0f9bb492bbc3d5a", "Android");
-            //鍒濆鍖栧弸鐩焥dk config
-            Com.Hdl.Umsdk.UmSdk.InitUMConfigure(this, "61d565d9e0f9bb492bbc3d5a", "Android", "");
+            try
+            {
+                //鍒濆鍖栧弸鐩焥dk
+                Com.Hdl.Umsdk.UmSdk.InitUmSdk(this, "61d565d9e0f9bb492bbc3d5a", "Android");
+                ////鍒濆鍖栧弸鐩焥dk config
+                Com.Hdl.Umsdk.UmSdk.InitUMConfigure(this, "61d565d9e0f9bb492bbc3d5a", "Android", "");
+            }
+            catch (Exception ex)
+            {
+                Console.WriteLine("鍒濆鍖栧弸鐩烻DK寮傚父:" + ex.Message);
+            }
 
         }
 
@@ -150,27 +181,14 @@
                 }
             };
 
-            BaseActivity.OnCreateActoin += (activity, application) =>
+            BaseActivity.OnCreateActoin = (activity, application) =>
             {
                 Language.CurrentLanguage = "Chinese";
-                Locale locale1 = Locale.Default;
                 var localeList = Resources.Configuration.Locale;
-                Console.WriteLine("褰撳墠璇█缂栧彿"+ localeList.Language);
+                Console.WriteLine("褰撳墠璇█缂栧彿" + localeList.Language);
                 if (localeList.Language == "zh")
                 {
                     Language.CurrentLanguage = "Chinese";
-                }
-                else if(localeList.Language == "es")
-                {
-                    Language.CurrentLanguage = "Spanish";
-                }
-                else if (localeList.Language == "ru")
-                {
-                    Language.CurrentLanguage = "russian";
-                }
-                else if (localeList.Language == "bg")
-                {
-                    Language.CurrentLanguage = "斜褗谢谐邪褉褋泻懈";
                 }
                 else
                 {
@@ -179,47 +197,18 @@
 
                 BaseActivity.NetworkStateChanged += (int internetStatus) =>
                 {
-                    //if (!IsEnterBackground)
-                    //{
-                    //    ////BusSocket.Stop();
-                    //    //new System.Threading.Thread(() =>
-                    //    //{
-                    //    //    System.Threading.Thread.Sleep(1000);
-                    //    //    //BusSocket.Start();
-                    //    //})
-                    //    //{ IsBackground = true }.Start();
-
-                    //}
-                    //else
-                    //{
-                        //Console.WriteLine("HHH 缃戠粶鍙樺寲浣嗗浜庡悗鍙�"+internetStatus);
-                    //}
-
                     //缃戠粶鍙樺寲澶勭悊
                     HDLCommon.Current.UpdateInternetStatus((int)internetStatus, MainPage.IsEnterBackground);
                 };
             };
-            BaseActivity.RefreshUIAction += (activity) =>
+            BaseActivity.RefreshUIAction = (activity) =>
             {
                 Language.CurrentLanguage = "Chinese";
-                Locale locale1 = Locale.Default;
                 var localeList = Resources.Configuration.Locale;
                 Console.WriteLine("褰撳墠璇█锛�" + localeList.Language);
                 if (localeList.Language == "zh")
                 {
                     Language.CurrentLanguage = "Chinese";
-                }
-                else if (localeList.Language == "es")
-                {
-                    Language.CurrentLanguage = "Spanish";
-                }
-                else if (localeList.Language == "ru")
-                {
-                    Language.CurrentLanguage = "russian";
-                }
-                else if (localeList.Language == "bg")
-                {
-                    Language.CurrentLanguage = "斜褗谢谐邪褉褋泻懈";
                 }
                 else
                 {
@@ -228,11 +217,11 @@
                 MainPage.Show();
                 checkSomeInfo();
             };
-            BaseActivity.OnResumeAction += (activity) =>
+            BaseActivity.OnResumeAction = (activity) =>
             {
                 checkSomeInfo();
             };
-            BaseActivity.OnDestroyAction += (activity) =>
+            BaseActivity.OnDestroyAction = (activity) =>
             {
                 Console.WriteLine("OnDestroyAction");
                 //BusSocket.Stop();
@@ -240,20 +229,22 @@
             };
 
 
-            HDLUtils.SetAuthoritiesName("com.hdl.onpro.fileProvider");
+            HDLUtils.SetAuthoritiesName("com.santan.smartcontrol.fileProvider");
 
             //Shared.Application.IsGpsEnable = true;
-            bool isfirst = true;
+            //bool isfirst = true;
+
+
+
+            var isfirst = true;
             //鑾峰彇缁忕含搴� 
             Shared.Application.LocationAction = (lon, lat) =>
             {
                 try
                 {
-
                     if (isfirst)
                     {
                         //鍙Е鍙戜竴娆�
-                        //Shared.Application.LocationAction = null;
                         new HDL_ON.DAL.Server.HttpServerRequest().GetCityWeatherInfo(lon.ToString().Replace(",", "."), lat.ToString().Replace(",", "."));
                     }
                     isfirst = false;
@@ -269,6 +260,8 @@
                 MainPage.Log($"缁忕含搴�:::{lon}:{lat}");
             };
         }
+
+        
 
         /// <summary>
         /// 
@@ -318,7 +311,7 @@
         }
 
         public static bool IsShowTip = true;
- 
+
         void checkSomeInfo()
         {
             try
@@ -375,9 +368,37 @@
             return false;
         }
 
+
+
+
+
+        // 鍦ㄤ綘鐨勬椿鍔紙Activity锛夋垨鐗囨锛團ragment锛変腑鐨勬煇涓柟娉曚腑锛屽紑濮嬬洃鍚綅缃彉鍖�
+        void StartLocationUpdates()
+        {
+            // 鍒涘缓浣嶇疆绠$悊鍣�
+            var locationManager = (LocationManager)GetSystemService(Context.LocationService);
+
+            // 璁剧疆浣嶇疆鐩戝惉鍣�
+            var locationListener = new MyLocationListener_V2();
+
+            // 璇锋眰浣嶇疆鏇存柊
+            locationManager.RequestLocationUpdates(LocationManager.GpsProvider, 0, 0, locationListener);
+        }
+
+        // 鍦ㄤ綘鐨勬椿鍔紙Activity锛夋垨鐗囨锛團ragment锛変腑鐨勬煇涓柟娉曚腑锛屽仠姝㈢洃鍚綅缃彉鍖�
+        void StopLocationUpdates()
+        {
+            // 鍒涘缓浣嶇疆绠$悊鍣�
+            var locationManager = (LocationManager)GetSystemService(Context.LocationService);
+
+            // 璁剧疆浣嶇疆鐩戝惉鍣�
+            var locationListener = new MyLocationListener_V2();
+
+            // 鍋滄浣嶇疆鏇存柊
+            locationManager.RemoveUpdates(locationListener);
+        }
+
+
+
     }
-
-
-    
-
 }
\ No newline at end of file

--
Gitblit v1.8.0