Reason: The code generating the image Uri is Uri.fromFile
Solution: Use Uri.parse(“file://” + file.getFilePath()) to generate the image Uri
Reason: The code generating the image Uri is Uri.fromFile
Solution: Use Uri.parse(“file://” + file.getFilePath()) to generate the image Uri