write_file
Write content to a file at a specified path on the Android device.
Instructions
Write content to a file.
Args: file_path: Path to the file content: Content to write
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |