How do I write and read files to android?

Using svelte and capacitor, I found I can do something like this:

However, I know that there are apps out there where you can save and load the data but won’t request the phone permission for files access probably cause its not accessing anything else but its own folders which is what I want, so yeah just wondering how I would do this?

The Filesystem plugin won’t request permissions unless you try to read/write in places where it requires permissions.

In example if using Data or Cache it wont request permissions.

1 Like