If an activity is invoked through an Intent with FLAG_ACTIVITY_NEW_TASk flag set.What is the behavior if there are no running tasks with same affinity?
If an activity is invoked through an Intent with allowtaskrepatentable attribute set to true.What is the behavior when there is a running task with same affinity and when there are no running tasks?
When it gets reparented to a task(different task) which has same affinity will it come back and attach to the same task which has created it when it(parent task) comes to foreground?