[android-developers] Re: Intent.FLAG_ACTIVITY_NEW_TASK

2009-06-21 Thread ylx_presid...@hotmail.com
We can see the use of Intent.FLAG_ACTIVITY_NEW_TASK in intent.java file: If set, this activity will become the start of a new task on this * history stack. A task (from the activity that started it to the * next task activity) defines an atomic group of activities that the * user

[android-developers] Re: Intent.FLAG_ACTIVITY_NEW_TASK

2009-06-21 Thread Dianne Hackborn
Read here: http://developer.android.com/guide/topics/fundamentals.html#acttask (Actually if you haven't, you should read that entire doc.) On Sun, Jun 21, 2009 at 3:50 PM, n179911 n179...@gmail.com wrote: Hi, What is the meaning of 'addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);' in the