Scoped Storage issue #50
Labels
future version
Current issue will be fixed in the future version
help wanted
Extra attention is needed
priority: high
Well, android is now adding scoped storage to android 10+, and os-thm is very dependent on the File API, with the
requestLegacyExternalStorage
flag, this will work fine, but for android 11 above, this is flag is ignored, so, os-thm is not working for android 11.I have an idea for this, like using a Content Provider, I've just found that out this day, i literally never heard of it, but it seems like that's what we wanted, not sure though.
Any other ideas?
The text was updated successfully, but these errors were encountered: