I create a file and save an image to it using the following code:
private File createImageFile() throws IOException { String timeStamp = new SimpleDateFo
The actual path of the image is
You may have a file there, but that is not the File that you are setting up in the code. Try getExternalFilesDir(null) instead of getFilesDir().
File
getExternalFilesDir(null)
getFilesDir()