Android: can't write/read files in shared folders

We’ve now added support for the new storage APIs, which are required when targeting android 29+:

Unfortunately, it seems that certain locations (especially shared locations) can no longer be accessed via a file path. Instead, files at these locations must be accessed via the ContentResolver mechanism, using a content:// URL returned from a native file chooser.

1 Like