Below is my block of code which should open NotificationActivity when the notification is tapped on. But its not working.
NotificationActivity
private void setNo
You might be using a notification id equal to 0. There is known issue with notification id being 0. If you will use any other id, it should work.