Setup Android Frida Host
frida_android_setupSet up Frida server on Android via ADB to prepare for app-level HTTP(S) interception and debugging in HTTP Toolkit.
Instructions
Set up a Frida host on an Android device connected via ADB. This prepares the device for app-level interception by installing the Frida server and CA certificate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proxyPort | Yes | Proxy port | |
| hostId | Yes | Frida host ID. Use get_interceptor_metadata with id "android-frida" to list available hosts. |