Help

1. Introduction

DoNotNotify is an Android app designed to cut down the number of notifications from other apps on your device. While the Android OS itself does offer the ability to block all notifications from apps, or block them from specific channels (if the app has been programmed correctly), this often does not suffice. Most apps still do not use channels correctly (it at all), and DoNotNotify takes a different approach to notification blocking - by specifying rules that deny, allow, or stack individual notifications depending on the source app and their content.

2. DenyList, AllowList & Stack

While creating a new blocking rule in the app, you either have the option to create an AllowList or a DenyList rule. If you create an AllowList rule, then all notifications from the source app will be blocked unless they match an AllowList filter. A DenyList rule, on the other hand, will allow all notifications unless they match a filter in which case the matching notification will be blocked.

A Stack rule does not block anything. Instead, matching notifications are removed from the source app and re-posted by DoNotNotify as a single grouped notification — one summary entry you can expand to see the individual items. It's ideal for chatty apps you don't want to silence entirely: you keep all the information, but as one tidy, collapsible entry instead of a constant stream.

On Android 13 and newer, stacking needs DoNotNotify's own notification permission — the setup wizard asks for it, and any Stack rule will show an inline warning with a one-tap fix if it has been turned off.

3. Triggering a notification's action

When you click on a notification in DoNotNotify's history, it will give you the option to trigger the action associated with that notification. However, sometimes the "Open" button that triggers the notification will not be available. This is because Android does not allow us to store this action (called an Intent) in our database, and it must be kept in memory. Hence, if the memory is cleared for some reason (app closure/reboot etc), then the "Open" button will not be available.

4. My notifications are not being blocked despite creating a rule!

This is an unfortunate side-effect of a feature called Live Update Notifications. Android does not allow us to block notifications from apps that use this feature. You can spot these notifications by looking at the "Blocked" tab in DoNotNotify. These persistent/ongoing notifications will have a warning icon next to them.

5. Feedback & Support

Your feeedback is welcome. Please write to [email protected] with your comments and suggestions. If you have an idea for a rule that would be helpful for other users of the app, please send it to us and we will put it in the list of pre-defined rules that ship with the app.