-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android: Path to SD card hard to find on some devices #10199
Comments
Yeah its not something nice one some phone brands in file explorer its random numbers/letters instead of like internal/sdcard |
Is it always /storage/? Or can we just read mtab? -[Unknown] |
This one is really difficult to do well because there's no official API for managing multiple external storages, other than as "media folders" and nonsense like that. There are possibilities for device specific hacks, but it's just a lot of messing around. Additionally, this one will also get harder in the future with the new storage stuff. I'm gonna push this to future. There are a few fun hacks in https://stackoverflow.com/questions/23123461/external-sdcard-file-path-for-android ... |
Fixed by #13885, as far as it's possible... |
We should try to detect the presence of an extra SD card (in addition to the built-in storage) and show a button to navigate to it.
For example, I got a report that on a Galaxy Note 8, it's mounted on
/storage/6BF1-DDB6/
, which is not very intuitive.The text was updated successfully, but these errors were encountered: