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/Other/JPush/JPushOpenClickActivity.cs |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/OnPro/HDL-ON_Android/Other/JPush/JPushOpenClickActivity.cs b/OnPro/HDL-ON_Android/Other/JPush/JPushOpenClickActivity.cs
index b974874..0b3bb53 100644
--- a/OnPro/HDL-ON_Android/Other/JPush/JPushOpenClickActivity.cs
+++ b/OnPro/HDL-ON_Android/Other/JPush/JPushOpenClickActivity.cs
@@ -9,12 +9,12 @@
 namespace HDL_ON_Android
 {
     [Activity(
-            Exported = true, Enabled = true, Name = "com.hdl.onpro.JPushOpenClickActivity"
+            Exported = true, Enabled = true, Name = "com.rongan.smart.JPushOpenClickActivity"
         , Theme = "@android:style/Theme.Translucent.NoTitleBar")]
-    [IntentFilter(new string[] { "com.hdl.onpro.JPushOpenClickActivity", Intent.ActionView },
+    [IntentFilter(new string[] { "com.rongan.smart.JPushOpenClickActivity", Intent.ActionView },
          Categories = new string[]
         {
-      "com.hdl.onpro",Intent.CategoryDefault
+      "com.rongan.smart",Intent.CategoryDefault
         })
         ]
     public class JPushOpenClickActivity : Activity
@@ -30,8 +30,8 @@
         protected void HandleOpenClick(Intent intent)
         {
             Intent broadcastIntent = new Intent();
-            broadcastIntent.SetAction("com.hdl.onpro.jpush.firm.NOTIFICATION_OPENED");
-            ComponentName componentName = new ComponentName(PackageName, "com.hdl.onpro.JPushFirmBroadcast");
+            broadcastIntent.SetAction("com.rongan.smart.jpush.firm.NOTIFICATION_OPENED");
+            ComponentName componentName = new ComponentName(PackageName, "com.rongan.smart.JPushFirmBroadcast");
 
             if (Build.VERSION.SdkInt >= BuildVersionCodes.O)
             {

--
Gitblit v1.8.0