tauri/.changes/resource-dir-android.md
Lucas Fernandes Nogueira da381e07f3
feat(core): resources on mobile apps (#10696)
* feat(core): resources on mobile apps

* resources dir on android
2024-08-20 13:49:17 -03:00

299 B

tauri-utils
patch:bug

Implemented resource_dir on Android, which returns a URI that needs to be resolved using AssetManager::open. This will be handled by the file system plugin.