patilmandar2007
patilmandar2007

Reputation: 322

How to capture a screenshot of other Android application without rooting device?

For this I have searched a lot, but found nothing that suggests it is possible without rooting.

There is android-screenshot-library but this requires native service to be started from PC on each device reboot (UserGuide) and for normal user it might not be possible to do this.

Is this possible?

Upvotes: 0

Views: 661

Answers (1)

CommonsWare
CommonsWare

Reputation: 1007474

On Android 5.0+, you are welcome to use the media projection APIs to collect a screenshot, with user approval.

Otherwise, no, this is not possible without rooting.

Upvotes: 3

Related Questions