From 717b264291a258b94e955e720d7d69e203607aed Mon Sep 17 00:00:00 2001 From: M66B Date: Thu, 12 Dec 2019 18:10:21 +0100 Subject: [PATCH] Updated FAQ --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 56b7743eea..9cf8c02879 100644 --- a/FAQ.md +++ b/FAQ.md @@ -309,7 +309,7 @@ only suggesting contacts won't work without contacts permissions. **(2) Why is there a permanent notification shown?** -A low priority permanent status bar notification with the number of accounts being synchronized and the number of operations pending (see the next question) is shown +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)), but with the introduction of [doze mode](https://developer.android.com/training/monitoring-device-state/doze-standby) in Android 6 Marshmallow this is more than ever necessary.