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.