From c9a9ed242a44c83360595cec0f6433ff5e64ab5c Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期一, 17 四月 2023 09:22:33 +0800 Subject: [PATCH] 备份 --- HDL-ON_Android/SplashActivity.cs | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/HDL-ON_Android/SplashActivity.cs b/HDL-ON_Android/SplashActivity.cs index 07a8b17..7def421 100644 --- a/HDL-ON_Android/SplashActivity.cs +++ b/HDL-ON_Android/SplashActivity.cs @@ -60,6 +60,7 @@ Language.CurrentLanguage = "Chinese"; Locale locale1 = Locale.Default; var localeList = Resources.Configuration.Locale; + Console.WriteLine("褰撳墠璇█缂╁啓:"+localeList.Language); if (localeList.Language == "zh") { Language.CurrentLanguage = "Chinese"; @@ -107,6 +108,9 @@ //CN.Jpush.Android.Api.JPushInterface.SetDebugMode(true); //#endif JPushInterface.Init(this); + + //Com.Chteam.Agent.BuglyAgentHelper.Init(this.ApplicationContext, "316a8f5d83"); + BaseActivity.OnCreateActoin += (activity, application) => @@ -203,7 +207,7 @@ //} //else //{ - // Console.WriteLine("HHH 缃戠粶鍙樺寲浣嗗浜庡悗鍙�"); + //Console.WriteLine("HHH 缃戠粶鍙樺寲浣嗗浜庡悗鍙�"+internetStatus); //} //缃戠粶鍙樺寲澶勭悊 -- Gitblit v1.8.0