everybody.
I've meet a situation which is very interesting, and I want to share and pursue the theory.
I have two activities: Splash and Main(Main's launchMode is SingleTask)
I finish the Splash first then start Main. Then close back key and close app, when I resume the APP by the recent task, it shows Main instead of Splash.
Oppositely, if I startActivity Main first then finish, it will be normal: Close APP, return Splash from the recent task
Here is the demo address
I want to know the reason, hope you guys can help!
Thank you