There is no offical API for capturing the screen, because:
- This is a fairly large security hole, allowing you to retrieve any
private data on the screen.
- We may run on hardware that never has a consistent view of the
screen to capture -- for example, it is not uncommon for LCD panels to
support partial updates of the LCD from the framebuffer, so the "real"
contents of the screen only lives on the LCD itself, not in the
framebuffer.
On Dec 21 2007, 7:24 pm, NoSpaceLeftOnDevice
<NoSp...@gmail.com> wrote:
Where you able to get a screen capture from a service? Thanks.
/Brad
On Dec 9, 2:48 am, Shahar <shah...@gmail.com> wrote:
Is there a way to programmaticallycapturethe entirescreen?
I've used getWindow().dupWindowBitmap() but it retrieves only the
region of my Activity. How can Icapturethe entirescreen? And from a