kevalpatel2106 / android-hidden-camera

This library is to take picture using camera without camera preview.
Apache License 2.0
408 stars 155 forks source link

How to Clear Cache after taking picture? #55

Open ansyori28 opened 5 years ago

ansyori28 commented 5 years ago

Hello, this is a great library and I used it a lot. I have a question. Can I can clear the application cache after takePicture() is called? Correct me if I'm wrong. I think this library take the picture and save it in the application cache. So whenever takePicture() is called, the application cache is keep increasing.