hedzr / android-file-chooser

a lightweight file/folder chooser or picker
Apache License 2.0
284 stars 62 forks source link

requestLegacyExternalStorage is ignored on api 30. #91

Open paktech1 opened 4 years ago

paktech1 commented 4 years ago

as per android documentation requestLegacyExternalStorage is ignored if your app targets api 30, any workaround ?

https://developer.android.com/training/data-storage/use-cases#migrate-legacy-storage

fusion4github commented 3 years ago

Did you found any fixes?