adb_shell_close
Close an active ADB shell session and terminate the adb process. Provide the session ID from adb_shell_open to cleanly end the connection.
Instructions
Close an ADB shell session and terminate the adb process.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | The session ID returned by adb_shell_open |