Currently I am working on notification. But when I already receive notification and I have clicked on this notification on notification bar, I have not to open new activity. But I have to open recent activity. When some data have saved in my recently app and app running in the background and receive notification then using pending intent activity start with onresume
/oncrete
. But my last activity saved data has been lost. So any solution when click on notification then I have not to restart activity.
Please give me some solution.
Thanks in advance.