From c4d9d8a083e80a34bb259f0a51a9225553506004 Mon Sep 17 00:00:00 2001 From: M66B Date: Fri, 15 Apr 2022 15:28:18 +0200 Subject: [PATCH] Updated FAQ --- FAQ.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index a2117b201e..3701791803 100644 --- a/FAQ.md +++ b/FAQ.md @@ -403,6 +403,8 @@ only suggesting contacts won't work without contacts permissions. 🌎 [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/FAQ.md%23user-content-faq2) +First of all, the "*monitoring*" status bar notification can be turned off without side effects, not directly by the app, but via the Android app settings, please read on. + A low priority permanent status bar notification with the number of accounts being monitored and the number of operations pending (see the next question) is shown to prevent Android from killing the service that takes care of continuous receiving email. This was [already necessary](https://developer.android.com/reference/android/app/Service.html#startForeground(int,%20android.app.Notification)), @@ -415,7 +417,7 @@ with the "side effect" that new messages are often not or late being reported an Android shows icons of high priority status bar notifications first and will hide the icon of FairEmail's notification if there is no space to show icons anymore. In practice this means that the status bar notification doesn't take space in the status bar, unless there is space available. -The status bar notification can be disabled via the notification settings of FairEmail: +The status bar notification can be disabled, without side effects, via the notification settings of FairEmail: * Android 8 Oreo and later: tap the *Receive channel* button and disable the channel via the Android settings (this won't disable new message notifications) * Android 7 Nougat and before: enabled *Use background service to synchronize messages*, but be sure to read the remark below the setting