[android-developers] how can i get arbitrary screen thumbnail?

2011-09-27 Thread zojomotico
a screen capture function, such as ,no root screeenshot it. / mActivityManager = (ActivityManager) this.getSystemService(Context.ACTIVITY_SERVICE); ComponentName cn = mActivityManager.getRunningTasks(1).get(0).topActivity; /

[android-developers] how can i get arbitrary screen thumbnail?

2011-09-27 Thread zojomotico
a screen capture function, such as ,no root screeenshot it. / mActivityManager = (ActivityManager) this.getSystemService(Context.ACTIVITY_SERVICE); ComponentName cn = mActivityManager.getRunningTasks(1).get(0).topActivity; /

Re: [android-developers] how can i get arbitrary screen thumbnail?

2011-09-27 Thread Mark Murphy
I sincerely hope that this is impossible, for privacy and security reasons. On Mon, Sep 26, 2011 at 9:36 PM, zojomotico zojomot...@gmail.com wrote: a screen capture function, such as ,no root screeenshot it. / mActivityManager = (ActivityManager)