android_file_write
Create or update files on Android using base64-encoded content via Storage Access Framework, with truncation for initial writes and offset support for subsequent blocks.
Instructions
Create or write a base64 block to a file inside a writable SAF root. Use truncate=true for the first replacement block, then offsets for later blocks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| path | Yes | ||
| offset | No | ||
| rootId | Yes | ||
| mimeType | No | application/octet-stream | |
| truncate | No |