android - How to Clear all previous activities~? -
activity flow in app.
welcomeactivity -> signinactivity -> signupactivity -> tabsactivity(this main) -> ...
i want close previous activities (welcome, signin, signup) when start tabsactivity.
i try several method...
tabsactivity. clear task on launch=true ? not work (maybe)
tabsactivity. launch mode = singletask ? not work
but not want "save 3 activities , call each activity.finish()"
depending on situation, "available 2 or 4 activities not 3", or "i not know activities in activity stack".
i want clear previous activities, regadless of situation.
help me :)
sorry poor english... thanks.
Comments
Post a Comment