Reputation: 322
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
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