Reputation: 3
I have found a lot of examples like this:
how to Capture screen in android and covert it to image
I need to capture an screenshot of screen activity, but I'm developing an external library, so I can't get current activity of the application to get the View and then flush the bitmap into canvas. Is there another way to capture a screenshot?
Upvotes: 0
Views: 322
Reputation: 2518
If you are trying to save the image from Snapchat, you need to save the Bitmap in another way. With a rooted phone you can access the apps storage and copy the image while the app shows it. That way the app wont notice you took a "Screenshot" :)
Upvotes: 1