# Tips for Android Nougat's bundled notifications

DevFeed: [Tips for Android Nougat's bundled notifications](<https://devfeed.tech/articles/tips-for-android-nougat-s-bundled-notifications-29033.md>)

Original publisher: [Read original article](<https://saket.me/nougat-bundled-notifications/>)

Author: Saket Narayan

Published: 2017-05-31T14:00:50Z

Content type: tutorial

Language: en

Sources: [Saket Narayan](<https://devfeed.tech/sources/saket-narayan.md>)

Topics: [Android](<https://devfeed.tech/topics/android.md>), [notifications](<https://devfeed.tech/topics/notifications.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [behavior](<https://devfeed.tech/tags/behavior.md>), [guide](<https://devfeed.tech/tags/guide.md>), [notifications](<https://devfeed.tech/tags/notifications.md>), [nougat](<https://devfeed.tech/tags/nougat.md>), [tips](<https://devfeed.tech/tags/tips.md>)

## AI overview

This article summarizes practical findings from implementing bundled notifications in an Android app, including differences between Nougat and older Android versions, summary-notification behavior, state management, and how grouped notifications handle sounds, vibration, and replacement.

## Source excerpt

I've been working on implementing bundled notifications in my app, which is by far one of my favourite features about Android 7.0 Nougat. While the official guide is good enough for understanding how they work, I've constantly found myself running into behaviours that were not easy to find in the documentation. This post is an attempt to summarise [...] The post Tips for Android Nougat's bundled notifications appeared first on Saket Narayan.