You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(core): resolve file names from Android content URIs (#13012)
* feat(core): resolve file names from Android content URIs
This PR adds a new Android path plugin function to resolve file names from content URIs. `PathResolver::file_name` was added to expose this API on Rust, and the existing `@tauri-apps/api/path` basename and extname function now leverages it on Android.
Closestauri-apps/plugins-workspace#1775
Tauri core port from tauri-apps/plugins-workspace#2421
Co-authored-by: VulnX
* update change file [skip ci]
Co-authored-by: VulnX <[email protected]>
---------
Co-authored-by: VulnX <[email protected]>
0 commit comments