Hello there!
I have an application that pops up notifications in the notification bar. The problem is that I want the notification to open certain activity, not the main.
I have tried using custom notification library, but I can't manage to make it work (it force closes my app). I think that it's because I'm using v17 android.jar, but I want to have the latest one, so... here is my question:
How can I make a notification to open a custom activity without external libraries?
Thanks for your answers and your time.
I have an application that pops up notifications in the notification bar. The problem is that I want the notification to open certain activity, not the main.
I have tried using custom notification library, but I can't manage to make it work (it force closes my app). I think that it's because I'm using v17 android.jar, but I want to have the latest one, so... here is my question:
How can I make a notification to open a custom activity without external libraries?
Thanks for your answers and your time.