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
Storage access mechanism on Android is relatively complicated with external storage, app-specific storage and public storage sort of things and Android SDK offers different APIs for accessing them.(https://developer.android.com/training/data-storage)
Wondering how to do things correctly with tauri since only std fs APIs are available. Do I have to try to concat the paths myself? Then that would be much of a chaos since different vendors might just cause it to vary.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Storage access mechanism on Android is relatively complicated with external storage, app-specific storage and public storage sort of things and Android SDK offers different APIs for accessing them.(https://developer.android.com/training/data-storage)
Wondering how to do things correctly with tauri since only std fs APIs are available. Do I have to try to concat the paths myself? Then that would be much of a chaos since different vendors might just cause it to vary.
Beta Was this translation helpful? Give feedback.
All reactions