3

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?

Jake
  • 16,329
  • 50
  • 126
  • 202

1 Answers1

2

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

Please visit this link.

Lucifer
  • 29,392
  • 25
  • 90
  • 143