From 02ef7fd8315dfa7a5d8d3ddc0d04a3d4625dc0b5 Mon Sep 17 00:00:00 2001
From: wxr <wxr@hdlchina.com.cn>
Date: 星期一, 02 九月 2024 16:56:34 +0800
Subject: [PATCH] 增加面板地暖SPK;增加安卓金茂热水器,光伏储能切图
---
HDL-ON_Android/Other/JPush/JPushOpenClickActivity.cs | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/HDL-ON_Android/Other/JPush/JPushOpenClickActivity.cs b/HDL-ON_Android/Other/JPush/JPushOpenClickActivity.cs
index ffde762..514fc72 100644
--- a/HDL-ON_Android/Other/JPush/JPushOpenClickActivity.cs
+++ b/HDL-ON_Android/Other/JPush/JPushOpenClickActivity.cs
@@ -9,12 +9,12 @@
namespace HDL_ON_Android
{
[Activity(
- Exported = true, Enabled = true, Name = "com.jinlu.onpro.JPushOpenClickActivity"
+ Exported = true, Enabled = true, Name = "com.hdl.onpro.JPushOpenClickActivity"
, Theme = "@android:style/Theme.Translucent.NoTitleBar")]
- [IntentFilter(new string[] { "com.jinlu.onpro.JPushOpenClickActivity", Intent.ActionView },
+ [IntentFilter(new string[] { "com.hdl.onpro.JPushOpenClickActivity", Intent.ActionView },
Categories = new string[]
{
- "com.jinlu.onpro",Intent.CategoryDefault
+ "com.hdl.onpro",Intent.CategoryDefault
})
]
public class JPushOpenClickActivity : Activity
@@ -30,8 +30,8 @@
protected void HandleOpenClick(Intent intent)
{
Intent broadcastIntent = new Intent();
- broadcastIntent.SetAction("com.jinlu.onpro.jpush.firm.NOTIFICATION_OPENED");
- ComponentName componentName = new ComponentName(PackageName, "com.jinlu.onpro.JPushFirmBroadcast");
+ broadcastIntent.SetAction("com.hdl.onpro.jpush.firm.NOTIFICATION_OPENED");
+ ComponentName componentName = new ComponentName(PackageName, "com.hdl.onpro.JPushFirmBroadcast");
if (Build.VERSION.SdkInt >= BuildVersionCodes.O)
{
--
Gitblit v1.8.0