adb_test_gen_from_intents
Generate test workflows by analyzing Android app package activities and intent filters to launch and verify each exported activity renders correctly.
Instructions
Analyze a package's registered activities and intent filters to generate a test workflow that launches each exported activity and verifies it renders. Produces workflow JSON compatible with adb_workflow_run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packageName | Yes | Package name to analyze | |
| device | No | Device serial |