I have a problem with navigating to current back stack when handling notification. I have two activities, activity A called activity B, the current back stack is A, B. After that, I tap to Home button -> Navigate to Home screen. At that time, my application receives a notification. When handling that notification, I want to open my application with back stack is A, B and B keeps current its state.
Which way can I solve this problem?
Thanks for help.