[android-developers] Clearing all the Task within an application while activity launch

2010-06-07 Thread Asif k
Hi all, In my application, I have two activities with Launcher as a catagory and added an icon to each of them. So I can launch my application from any of this activity, thus there are two entry points to my application. Now, the task created by 1st activity is not killed when pressing the home

[android-developers] Clearing all the Task within an application while activity launch

2010-06-07 Thread Asif k
Hi all, In my application, I have two activities with Launcher as a catagory and added an icon to each of them. So I can launch my application from any of this activity, thus there are two entry points to my application. Now, the task created by 1st activity is not killed when pressing the home

Re: [android-developers] Clearing all the Task within an application while activity launch

2010-06-07 Thread TreKing
On Mon, Jun 7, 2010 at 9:19 AM, Asif k asifk1...@gmail.com wrote: Is there any way to clear all the tasks within the application? Try this: http://developer.android.com/intl/de/guide/topics/manifest/activity-element.html#aff