1

I want to know how to start screenshot service in android 4.0 using code. I know I can take screenshots using the power button. But I want to know how to do this using code.

Zaki
  • 13
  • 2
  • See a complete rundown of possibilities here: http://stackoverflow.com/questions/12462944/how-to-take-a-screenshot-of-other-app-programmatically-without-root-permission/14718588#14718588 – Adrian Taylor Feb 11 '13 at 22:27

1 Answers1

4

This is not possible, except maybe by rooted device users. Apps cannot take screenshots of other apps, for obvious privacy and security reasons.

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491