start_service
Start an Android service by providing its component name (pkg/ServiceName), with optional intent action and string extras to attach.
Instructions
Start a service via app.service.start.
Args:
component: pkg/.ServiceName.
action: Optional intent action.
extras: String extras to attach.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | ||
| extras | No | ||
| component | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||