I have an app that has a notification generator. I'm able to receive and generate multiple notifications. my problem now is how can I know which notification that was clicked by user? each notification might act differently, and there might be at most 5 notifications at the same time in my app. I've searched online and found nothing about onClick
event with notification....
I found thatonNewIntent
can help, but it is not stable...since the activity might get killed by system before user clicks the notification.
can someone please help??
thanks!!