[DISCONTINUED] Extension to download file(s) to ASD (app-specific directory) without WRITE permission

Yes, of course.

The assets (→ Internal Storage) are read-only.
The app package is saved in:

/data/data/<packageName>/

The only component that can write to the Private directory (→ internal storage, see here)

/data/user/0/<packageName>/files/

is the File component.
There is also no extension that does it.

1 Like