Categories
How to translate the Uri class into a File?
How to translate the Uri class into File and get access to the file, or get the file by uri?
Answer the question
In order to leave comments, you need to log in
What you need: uri.getPath()returns a string in the format: /mnt/sdcard/path/to/file.
uri.getPath()
/mnt/sdcard/path/to/file
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question