Custom actions¶
Only for Pro version
In the Free version is available only intents.
This tab contains some actions that can be created by users, including:
- Intents
- Tap screen
- ADB shell commands
- HTTP Requests
- Connect/disconnect Bluetooth audio device
- Input event
- Web Widget Overlay

Here you can select action or create it using the Add button at the bottom of the screen, then choose what kind of action you want to create

Intent¶
Use Android intents to start activities, services, or broadcast receivers with custom action/data/extras.
Full description: Intent
Tap screen¶
Emulate a tap at fixed screen coordinates. Useful for automation and macros.
Full description: Tap screen
ADB command¶
Run a shell command as an action (without typing adb shell). Requires ADB integration in settings.
Full description: ADB command
HTTP Request¶
Send HTTP calls (GET/POST/PUT/PATCH/DELETE) with custom URL, headers, and body.
Full description: HTTP Request
Bluetooth audio device action¶
Connect or disconnect a selected Bluetooth audio device such as headphones or a soundbar.
Full description: Bluetooth audio device action
Input event¶
Simulate key input events with press type, repeat count, and optional modifier states.
Full description: Input event
Web Widget Overlay¶
Show a website or local HTML/ZIP widget as an overlay window (fullscreen or floating).
Full description: Web Widget Overlay
Shortcuts¶
Full description: Shortcuts