Activities in an android application arranged in a task back stack.
When we use a single task launch mode for an activity then it can only belong to one task throughout all tasks in the app.
It's vague to me why an application may or should has multiple tasks?
I saw Understand Tasks and Back Stack but it doesn't answer my question.