I have GCM notification implementation. I know that the client application receives the notification whether it is in the foreground, background or killed state. What I would like to know is, how can I launch my application on notification received, when the application is in the killed state?
I have GCM notification implementation. I know that the client application receives the notification
Share
In the message receiver, I do the following:
Here replace YourActivity.class with the entry activity. This worked for me.