Since the Android Developer Task And Backstack topics declares
When all activities are removed from the stack, the task no longer exists.
then why the task is stay visible in Overview Screen, after removing all of it activities. It may be suggested that Overview screen contains some kind of reference to recent tasks as well, but not only currently running. I can not find a clear explonation on Android Developer site, so any one can get a clue?
NOTE: Also running a simple notification service from activity (which, as i suggest, will be running in current task) will indicates the service is still here after removing all activities, but immediately disappear after swiping task away.