Closed DannyTimms closed 4 years ago
Unfortunately your expectation is wrong. On Android the FilePath often is a content:// URL which can on only be accessed using ContentProvider class from Android, or you're using the GetStream() method to access the data directly.
This may be so - I found a work around for this. When selecting the file, it points to a "Downloads" folder in the file selector, if you ignore this option, browse the device instead and THEN point to downloads folder, it works fine.
Expected Behavior
Find a file and return the correct path in the object /internal storage/download/complaints policy.docx
Actual Behavior
Finds file but returns a file path which does not exist. content://com.android.providers.downloads.documents/document/197
Steps to Reproduce the Problem
Specifications