thunderbird / thunderbird-android

K-9 Mail – Open Source Email App for Android
https://k9mail.app/
Apache License 2.0
9.47k stars 2.42k forks source link

Don't delay showing the notification for the Push foreground service #7780

Closed cketti closed 2 weeks ago

cketti commented 2 weeks ago

Use FOREGROUND_SERVICE_IMMEDIATE to immediately show the notification when our Push foreground service is started.

(We're not performing a potentially short operation where we start the service and is stops soon after. In those cases the default behavior of deferring the notification can avoid flashing a notification.)

Changing the behavior to FOREGROUND_SERVICE_IMMEDIATE provides a more timely feedback to the user when they enable Push via settings.