Failed to send image with Chinese characters in the sending path

Reason: The code generating the image Uri is Uri.fromFile

Solution: Use Uri.parse(“file://” + file.getFilePath()) to generate the image Uri