tags:

views:

26

answers:

1

Currently I want to develop one Activity to allow the user to see the screens/activites of all running tasks , then the user can select one of them to switch it to foreground. As I known, HTC Sence seems already to have this implementation for Home screen, to display the thumbnail of all Home panels in one screen. Does anybody know how to access screen stack in Android? Thanks.

A: 

You cannot "access screen stack in Android" from an SDK application. You cannot capture screens "of all running tasks" from an SDK application. The HTC Sense home screen is showing thumbnails of it's own application, not of other applications in the system.

Sorry!

CommonsWare
It's OK if only support to show thumbnails of our own applications. Do you know the way?
Glory Jiang