The official documentation describes tasks as follows:
*All the activities in a task move together as a unit. The entire task (the entire activity sta
Try to read about android:finishOnTaskLaunch
http://developer.android.com/guide/topics/manifest/activity-element.html#finish
It solved my similiar problem ;-)