From e8147ceaf39253db2c9e6cfe023b505f71ec7ba5 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期四, 24 八月 2023 17:48:30 +0800
Subject: [PATCH] 备份2

---
 OnPro/HDL-ON_Android/SplashActivity.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/OnPro/HDL-ON_Android/SplashActivity.cs b/OnPro/HDL-ON_Android/SplashActivity.cs
index 33ba3bd..99eb027 100644
--- a/OnPro/HDL-ON_Android/SplashActivity.cs
+++ b/OnPro/HDL-ON_Android/SplashActivity.cs
@@ -17,8 +17,8 @@
 
 namespace HDL_ON_Android
 {
-    [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 })]
+    [Activity(Theme = "@style/SplashTheme", MainLauncher = true, LaunchMode = LaunchMode.SingleTask, Name = "com.rongan.smart.SplashActivity", ScreenOrientation = ScreenOrientation.Portrait)]
+    [IntentFilter(new string[] { "com.rongan.smart.SplashActivity", Intent.ActionView })]
     public class SplashActivity : Activity
     {
         protected override void OnActivityResult(int requestCode, Result resultVal, Intent data)
@@ -129,7 +129,7 @@
             //#endif
             JPushInterface.Init(this);
 
-            Com.Chteam.Agent.BuglyAgentHelper.Init(this.ApplicationContext, "316a8f5d83");
+            Com.Chteam.Agent.BuglyAgentHelper.Init(this.ApplicationContext, "81d1c458ed");
             
 
             BaseActivity.OnCreateActoin += (activity, application) =>
@@ -274,7 +274,7 @@
             };
 
 
-            HDLUtils.SetAuthoritiesName("com.hdl.onpro.fileProvider");
+            HDLUtils.SetAuthoritiesName("com.rongan.smart.fileProvider");
 
             //Shared.Application.IsGpsEnable = true;
             //bool isfirst = true;

--
Gitblit v1.8.0