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.
Asked
Active
Viewed 457 times
1
-
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 Answers
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
-
Is it still impossible ? I wanted to add this feature to my application. – support_ms Jul 11 '14 at 09:22