getFileByUri

open override fun getFileByUri(uri: Uri): File?

Get file by uri. getFileByUri will query the DATA field corresponding to uri, and return the file if there is a corresponding path, null otherwise.

Return

file, null otherwise.