Jake
Jake

Reputation: 16877

Writing an android app to take screenshot

I want to make an app for Android that allows the user to take screenshot. I want to use the permission READ_FRAME_BUFFER for writing this app.

Can someone please guide to a useful resource?

Upvotes: 3

Views: 4496

Answers (1)

Lucifer
Lucifer

Reputation: 29670

You need to use Android Screenshot Library for the same purpose.

Please visit this link.

Upvotes: 2

Related Questions