Can I use an SD card for storage Scope Shared in Android 10 and 11

Use the TaifunFile extension to get the available storage directories and post the "Do it" result:

Since the file component uses a relative path, it should not be possible to write to or read from this directory (MicroSD card, used as internal storage) with the file component. With the EFile extension from @vknow360 you can also uses an absolute or full path. In this case, try the full path (file:///storage/...).

See also here:

2 Likes