Since WRITE
permission is no longer available under Android 11+, but READ
permission is incorrectly required with the Image
component, try this:
EDIT, correction:
To avoid storage permissions on Android 11+ you must use an extension instead of the Image
component (e.g. Picasso
from @vknow360 ).