mobile_unlock_screen
Unlock an Android device by waking the screen, swiping up, and optionally entering a PIN or password. Solves the need to interact with a locked device programmatically.
Instructions
Unlock the Android device screen. Wakes the screen, swipes up, and enters a PIN/password if provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pin | No | PIN or password to unlock (optional) | |
| serial | No | ADB device serial (optional) |