From c5cb6840bd986bbd71a9ebc232bbf44ed0e1fc3d Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期四, 23 五月 2024 17:43:11 +0800 Subject: [PATCH] jpush更新完成 --- HDL-ON_Android/Other/JPush/JPushOpenClickActivity.cs | 9 +-------- 1 files changed, 1 insertions(+), 8 deletions(-) diff --git a/HDL-ON_Android/Other/JPush/JPushOpenClickActivity.cs b/HDL-ON_Android/Other/JPush/JPushOpenClickActivity.cs index 66ac1ca..2401591 100644 --- a/HDL-ON_Android/Other/JPush/JPushOpenClickActivity.cs +++ b/HDL-ON_Android/Other/JPush/JPushOpenClickActivity.cs @@ -1,9 +1,6 @@ 锘縰sing Android.App; using Android.Content; using Android.OS; - -using Com.Hdl.ON.Jpush.Androidjpush; - using Android.Views; namespace HDL_ON_Android @@ -19,15 +16,12 @@ ] public class JPushOpenClickActivity : Activity { - - protected override void OnCreate(Bundle savedInstanceState) { base.OnCreate(savedInstanceState); View v = new View(this); SetContentView(v); HandleOpenClick(Intent); - } protected void HandleOpenClick(Intent intent) @@ -40,7 +34,7 @@ { broadcastIntent.SetComponent(componentName); } - FirmOpenClickHelper.Instance.HandleOpenClick(this, intent, broadcastIntent); + //FirmOpenClickHelper.Instance.HandleOpenClick(this, intent, broadcastIntent); Finish(); } @@ -49,7 +43,6 @@ { base.OnNewIntent(intent); HandleOpenClick(intent); - } } } \ No newline at end of file -- Gitblit v1.8.0