| | |
| | | using Android.App; |
| | | using Android.Content; |
| | | using Android.OS; |
| | | |
| | | using Com.Hdl.ON.Jpush.Androidjpush; |
| | | |
| | | using Android.Views; |
| | | |
| | | namespace HDL_ON_Android |
| | |
| | | ] |
| | | 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) |
| | |
| | | { |
| | | broadcastIntent.SetComponent(componentName); |
| | | } |
| | | FirmOpenClickHelper.Instance.HandleOpenClick(this, intent, broadcastIntent); |
| | | //FirmOpenClickHelper.Instance.HandleOpenClick(this, intent, broadcastIntent); |
| | | Finish(); |
| | | |
| | | } |
| | |
| | | { |
| | | base.OnNewIntent(intent); |
| | | HandleOpenClick(intent); |
| | | |
| | | } |
| | | } |
| | | } |