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.