AFAIK you can't access that... However, it isn't super hard to roll your own. This method returns a list of recently run apps: http://developer.android.com/reference/android/app/ActivityManager.html#getRecentTasks%28int,%20int%29
One advantage to this is that the default one, at least on older versions of Android, only shows you about 8 apps. If you roll your own can show as many as you want. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Mar 12, 2012 at 9:30 AM, Solution 9420 <[email protected]>wrote: > Dears, > I posted previously but not sure if it got thru. > > My app has a button to bring up the "Recent Apps Dialog". > Is it possible to do that or it is locked for OS only? > Can someone guide me the way to do it? > > I did searched for solution with no avails. > > Best Regards, > Solution 9420 > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

