tauri
tauri copied to clipboard
[v2][Android]How to covert a content URI to an openable filepath?
Describe the problem
I don't know much about android development, when I use dialog to get the path of a file in an app built in tauri, I get a string starting with content://, the fs module of rust doesn't read such a path, what can I do to read the file in the app?
Describe the solution you'd like
Read file in Android App.
Alternatives considered
No response
Additional context
No response
I second this. The fs plugin already supports this convertion, there is just no way to do it manually.