yanzhenjie / Album

:watermelon: Album and Gallery for Android platform.
https://github.com/yanzhenjie/Album
Apache License 2.0
2.51k stars 506 forks source link

Android 11 scoped storage support #328

Closed fareed945 closed 3 years ago

fareed945 commented 3 years ago

Hey there ! First of all thanks for this beautiful library. I love everything of this. Just wanted to check if we're planning of implementing it based on scoped storage rules of Android 10 and above ?? For now I've added the flag suggested by Google for it to work. Thanks in advance

bazimogmbh commented 3 years ago

@fareed945 It already works very well respecting the scoped storage framework, you do not need the "requestLegacyExternalStorage" flag.

fareed945 commented 3 years ago

Thanks for the reply !