device_dismiss_recent_app
Open the Recents screen and dismiss an app card. Optionally tap "Close all". Useful for clearing background apps or verifying an app was killed. Sends keycode 187 (APP_SWITCH) shell (policy-gated), waits for the UI to settle, then locates and swipes away the target card. Returns { success, action, ... }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Tap "Close all" / "Clear all" button instead of swiping a single card | |
| udid | Yes | Device serial number (UDID) | |
| packageName | No | Package name of the app card to dismiss (e.g. com.android.chrome). If omitted, dismisses the first/frontmost card. |