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.