Re: [android-developers] modify the RecentTasks List

2009-12-07 Thread Dianne Hackborn
Though the code being discussed here is not part of the SDK, so you may want to post to android-porting if you are talking about modifying the platform. On Sun, Dec 6, 2009 at 10:21 PM, Romain Guy wrote: > Hi, > > No you cannot modify this list. > > On Sun, Dec 6, 2009 at 6:51 AM, Tung wrote: >

Re: [android-developers] modify the RecentTasks List

2009-12-06 Thread Romain Guy
Hi, No you cannot modify this list. On Sun, Dec 6, 2009 at 6:51 AM, Tung wrote: > I know I can get recent tasks list by using > ActivityManager - public List getRecentTasks(int > maxNum, int flags); > > but can I modfiy it? > > I also check the source code to find out the storage of recent tasks

[android-developers] modify the RecentTasks List

2009-12-06 Thread Tung
I know I can get recent tasks list by using ActivityManager - public List getRecentTasks(int maxNum, int flags); but can I modfiy it? I also check the source code to find out the storage of recent tasks. but I cannot understand it. Where the recent tasks from? I want to add a method setRecentTask