Hi guys
My app displays android notifications and when the user clicks on them, my app should get displayed with the contents of the notification.
How would I do that?
I'm already able to display/hide the notification through the Titanium.Android.NotificationManager.notify and Titanium.Android.NotificationManager.cancel, but I don't know how the intent of the notification should look like and what I need to change in my tiapp.xml, and what to do in the js file that receives the intent.
Can you help me with that?