ThatCakeID / os-thm-android

Open Source Global Theme Manager for Android
https://os-thm.thatcakeid.com
BSD 3-Clause "New" or "Revised" License
10 stars 4 forks source link

Scoped Storage issue #50

Open iyxan23 opened 3 years ago

iyxan23 commented 3 years ago

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?