get_package_action_intents
Retrieve all non-data actions from the Activity Resolver Table for a specified Android package to identify available intents for automation.
Instructions
Get all non-data actions from Activity Resolver Table for a package
Args:
package_name (str): The name of the package to get actions for
Returns:
list[str]: A list of all non-data actions from the Activity Resolver Table for the package
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package_name | Yes |