apidocs / com.nimmsta.core.android.files / FilesUtil / getPathFromContentURI
getPathFromContentURI
fun getPathFromContentURI(context: Context, uri: Uri): String?
gets real file path from content resolver uri.
These uris are generated by applications, when
- they send data to this application
- provide data for a chooser for this application.
Parameters
context
- android context
uri
- content resolver uri
Return
String