frida_android_intent_intercept
Intercept Android Intent dispatching (startActivity, sendBroadcast, startService) to log action, extras, component, categories, and data URI for a target process.
Instructions
[Android] Intercept Intent dispatching: startActivity, sendBroadcast, startService.
Logs Intent action, extras keys, component name, categories, and data URI for each dispatched Intent.
target: process name or pid (string).
duration_seconds: how long to capture (default 10).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| duration_seconds | No |