as_adb_push
Copy a file from your PC to an Android device using adb push. Provide local workspace path, remote device path, and optional serial for targeting a specific device.
Instructions
Copy a file from this PC to the device (adb push).
Args: params (FileTransferInput): local (workspace path), remote (device path), serial.
Returns: str: JSON with the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |