Hi,
I have the following questions about application lifecycle.
1. Activity 1 of Task 1 (affinity 1) starts Activity 2 (affinity 1,
allowTaskReparenting ) of Task 2 (affinity 2) using Intent with
FLAG_ACTIVITY_NEW_TASK. But, Activity 2 is already part of task 2
stack.
Will activity2 move from task2 to task1?
2. While retaining task state, the developer doc says that the
default
behaviour is to remove everything from the task stack except the
root
activity, after a certain time has elapsed. Is there a way to
configure this
time?
3. How are task and its activities related to process/threads? It
looks like
all activities of a task are part of the same main thread of a single
process. However, when an activity "moves" from one task to another,
what
moves?
Kindly clarify.
Regards,
UE.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to