I have a user case like this:
Activity A -> B -> C ->D.
In the Activity D, I want to get back to the Activity A. I tried with Intent and it is okay, however, instead of reusing the existing one, it created a new one. Anyone please let me know how to cope it?
Thank a lot!