Closed pankurocks closed 5 years ago
I'm facing the same problem...where are the scanned images saved?
getContentResolver().delete(uri, null, null);
the above line is present in onActivityResult method of your MainActivity.
You can comment it if you want to see the scanned image stored in pictures directory in the internal storage of the device.
I can't find the saved image after scanning it. Where the image is saving in the phone. I checked and find the path but my photos are not saving. What is the problem?