You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Descriptions
Since Android 11, scoped storage is enforced to protect app and user data on external storage.
Direct file sharing via absolute path will no longer work.
We need to support accessing image files via Uri.
Descriptions
Since Android 11, scoped storage is enforced to protect app and user data on external storage.
Direct file sharing via absolute path will no longer work.
We need to support accessing image files via Uri.
Ref: https://developer.android.com/about/versions/11/privacy/storage
Describe the solution you'd like
Support file sharing via Uri.
The text was updated successfully, but these errors were encountered: