Show Images in Documents

Hi all, I want to show an image from documents by tapping on a button, here my blocks
blocks
Why did my android 10 refuse permission ?

To be able to ask for permissions, they must be declared in the Manifest.

Add the File component (as a dummy) into your project. This component adds both permissions to the Manifest (READ-/WRITE_EXTERNAL_STORAGE).

Thank you Anke, it runs. I was amazed that on another application that used the file component there were no permission problems

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.