From f8343a2e765eefe10c8a0d6bdd6db65b0cf0321c Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期六, 06 五月 2023 15:33:30 +0800 Subject: [PATCH] 灯光延时 --- HDL-ON_Android/SplashActivity.cs | 95 ++++++++++++++++++++++++++++++++++++++++++----- 1 files changed, 84 insertions(+), 11 deletions(-) diff --git a/HDL-ON_Android/SplashActivity.cs b/HDL-ON_Android/SplashActivity.cs index 5c1b1c3..1fbe7c2 100644 --- a/HDL-ON_Android/SplashActivity.cs +++ b/HDL-ON_Android/SplashActivity.cs @@ -1,6 +1,7 @@ -锘縰sing System; +锘縰sing System; using Android.App; using Android.Content; +using Android.Content.PM; using Android.Net; using Android.OS; using CN.Jpush.Android.Api; @@ -15,7 +16,7 @@ namespace HDL_ON_Android { - [Activity(Theme = "@style/SplashTheme", MainLauncher = true, Name = "com.hdl.onpro.SplashActivity")] + [Activity(Theme = "@style/SplashTheme", MainLauncher = true, LaunchMode = LaunchMode.SingleTask, Name = "com.hdl.onpro.SplashActivity", ScreenOrientation = ScreenOrientation.Portrait)] [IntentFilter(new string[] { "com.hdl.onpro.SplashActivity", Intent.ActionView })] public class SplashActivity : Activity { @@ -40,6 +41,7 @@ base.OnActivityResult(requestCode, resultVal, data); } + [Obsolete] protected override void OnCreate(Bundle savedInstanceState) { base.OnCreate(savedInstanceState); @@ -48,12 +50,35 @@ //StartActivityForResult(i, 1); //OverridePendingTransition(0, 0); //initAll(); - - if (HDL_ON.OnAppConfig.Instance.FirstRunApp) + if (HDL_ON.OnAppConfig.Instance.FirstRunApp || !HDL_ON.OnAppConfig.Instance.isAgreePrivacyPolicy) { - + 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 + { + Language.CurrentLanguage = "English"; + } + Intent intent = new Intent(this, typeof(AgreementActivity)); - StartActivityForResult(intent,99); + StartActivityForResult(intent, 99); } else { @@ -65,7 +90,6 @@ initOhterSdk(); Finish();//鍏抽棴鑷繁 } - } void initOhterSdk() @@ -79,6 +103,9 @@ //#endif JPushInterface.Init(this); + //Com.Chteam.Agent.BuglyAgentHelper.Init(this.ApplicationContext, "316a8f5d83"); + + BaseActivity.OnCreateActoin += (activity, application) => { @@ -87,6 +114,10 @@ }; + //鍒濆鍖栧弸鐩焥dk + Com.Hdl.Umsdk.UmSdk.InitUmSdk(this, "61d565d9e0f9bb492bbc3d5a", "Android"); + //鍒濆鍖栧弸鐩焥dk config + Com.Hdl.Umsdk.UmSdk.InitUMConfigure(this, "61d565d9e0f9bb492bbc3d5a", "Android", ""); } @@ -99,6 +130,9 @@ BaseActivity.KeepScreenON = false; //闅愯棌铏氭嫙鎸夐敭 BaseActivity.IsHideVirualButtons = true; + + + //瀹炵幇瀹夊崜杩斿洖鎸夐敭 BaseActivity.BackKeyAction = () => { @@ -130,9 +164,22 @@ 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 { @@ -154,7 +201,7 @@ //} //else //{ - // Console.WriteLine("HHH 缃戠粶鍙樺寲浣嗗浜庡悗鍙�"); + //Console.WriteLine("HHH 缃戠粶鍙樺寲浣嗗浜庡悗鍙�"+internetStatus); //} //缃戠粶鍙樺寲澶勭悊 @@ -163,6 +210,30 @@ }; 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 + { + Language.CurrentLanguage = "English"; + } MainPage.Show(); checkSomeInfo(); }; @@ -187,15 +258,16 @@ { try { + if (isfirst) { //鍙Е鍙戜竴娆� //Shared.Application.LocationAction = null; - new HDL_ON.DAL.Server.HttpServerRequest().GetCityWeatherInfo(lon.ToString(), lat.ToString()); + new HDL_ON.DAL.Server.HttpServerRequest().GetCityWeatherInfo(lon.ToString().Replace(",", "."), lat.ToString().Replace(",", ".")); } 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(); } @@ -255,7 +327,7 @@ } public static bool IsShowTip = true; - + void checkSomeInfo() { try @@ -312,6 +384,7 @@ return false; } + } -- Gitblit v1.8.0