Open
Description
When I select files on Android (either by open
on frontend or pick_files
on backend) a content://
URI is returned:
content://com.android.providers.media.documents/document/image%3A18
How do I get to the filename? Should I use some resolver or open the file some other way?
Activity