Android Question External directory (Android11) and Permission Denied

jnbarban

Member
Licensed User
Longtime User
Hello,
I am trying to access a file from another application in the External folder and I am facing an EACCES (Permission denied) error.

I started from the example project provided by the post:

in which I modified only the contents of Button1_Click.

I am joining you.
If you want to test it, you must modify the text "AnOtherApp" by the name of an existing package.
 

Attachments

  • ManageExternalStorageModified.zip
    401.7 KB · Views: 178

agraham

Expert
Licensed User
Longtime User
read post #5 in that thread
 
Upvote 0

jnbarban

Member
Licensed User
Longtime User
OK,
so how are we supposed to share a file with another application?
The 2 applications are ours and we can make the necessary modifications.
 
Upvote 0

agraham

Expert
Licensed User
Longtime User
Upvote 1
Top