If I setup a notification to start an activity, then if the user is using this exact activity when taping the notification nothing happens, is there anyway the code can be notified when this happen? My activity launch mode is normal and no flags nor any special configuration exists.
Edit:
The notification does work and when the user is viewing activity other than the one associated with the notification, the activity is opened as expected, my question is that when the user is viewing the same activity that should open on notification tap, then when he pulls down the notification drawer and tap the notification nothing happens.