adb_notifications
Reads active Android notifications to verify push delivery, monitor notification state, and test notification features. Parses notification manager dump to extract details like title, text, and importance.
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 |