ASD still asks for read/write permission

Hi,

I am trying to use a file to write some data to in my app. I don’t want my app to use write/read permissions so I am trying to use ASD. According to this article if I use /storage/emulated/0/Android/data/<packageName>/files/<fileName.txt> there should be no need for write/read permissions.

This shows how I use it:

The problem is that my app still asks for write/read permissions. Is there something I am doing wrong?

Maybe this might help you

3 Likes

the file component asks for the permissions
use the EFile extension instead, see here

Taifun

1 Like