I have an application in which I want to navigate this path:
A → B → C
And from C, a new action is launched called D, which goes to the first place, and also clears the task, which means that if I return to D, it will go to the main screen.
If I understand this FLAG correctly: FLAG_ACTIVITY_TASK_ON_HOME does this ... but it is only in the current APIs (11>).
I am developing for Android 1.5> how can I also have this behavior?
Thank!
source
share