-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All About Scope Storage. #146
Comments
After actual testing, user feedback, and combined with the documentation, we found that for Android 11 (API 30) and above:
经过实际测试、用户反馈,并且结合文档发现,Android 11 (API 30) 以上的系统中:
|
Android 11 has been released for one year and more. All docs on the Android official website are still telling that the Scope Storage would be force enabled and the
requestLegacyExternalStorage
would be ignored.While the
READ_EXTERNAL_STORAGE
is allowed. And this is the only permission we request.So we do support Android 10 and
Android 11. Just enjoy your coding.Android 11 发布以来,所有文档都声明分区存储会被强制启用,并且
requestLegacyExternalStorage
标志将失效。此处我们无意讨论实际效果。但是外部存储的读取权限(
READ_EXTERNAL_STORAGE
)是可用的,不在分区存储限制范围之内。所以这个库支持 Android 10 以及
Android 11,请放心使用。REF:
The text was updated successfully, but these errors were encountered: