adb_notifications
Read active Android notifications to verify push notification delivery, monitor notification state, and test notification-related features by parsing package, title, text, importance, channel, and flags.
Instructions
Read active notifications on the device. Parses the notification manager dump to extract package, title, text, importance, channel, and flags for each notification. Useful for verifying push notification delivery, monitoring notification state, and testing notification-related features.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Filter by package name (partial match, case-insensitive) | |
| maxResults | No | Maximum notifications to return (1-50, default 20) | |
| device | No | Device serial |