Suppose I have a backstack of activities let's say A-B-C. Now I am at Activity C at the moment. Now a push notification is hit and when i touch the notification it creates another back stack of the same app as D-F. So when I press back button at activity D, how can I go back to the C activity in previous backstack.
So I just normally would like to go back to the previous task in my app when i touch a notification and redirect to another activity. Thanks in advance..