From 0039ca5a50aca9c8ffb75b8c8b6fd046c194e93c Mon Sep 17 00:00:00 2001 From: Marcel Bokhorst Date: Sun, 30 Nov 2025 12:46:20 +0100 Subject: [PATCH] Added remark --- app/src/main/java/eu/faircode/email/DebugHelper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/eu/faircode/email/DebugHelper.java b/app/src/main/java/eu/faircode/email/DebugHelper.java index fcd1f30fb8..9e56a016eb 100644 --- a/app/src/main/java/eu/faircode/email/DebugHelper.java +++ b/app/src/main/java/eu/faircode/email/DebugHelper.java @@ -1514,7 +1514,7 @@ public class DebugHelper { Notification.VISIBILITY_SECRET)); size += write(os, String.format("Interruption filter\r\n")); size += write(os, String.format("- All: no notifications are suppressed.\r\n")); - size += write(os, String.format("- Priority: all notifications are suppressed except those that match the priority criteria. Some audio streams are muted.\r\n")); + size += write(os, String.format("- Priority: all notifications are suppressed except those that match the priority criteria (=do-not-disturb). Some audio streams are muted.\r\n")); size += write(os, String.format("- None: all notifications are suppressed and all audio streams (except those used for phone calls) and vibrations are muted.\r\n")); size += write(os, String.format("- Alarm: all notifications except those of category alarm are suppressed. Some audio streams are muted.\r\n")); }