thunderbird-android
thunderbird-android copied to clipboard
Android 15: Switch `foregroundServiceType` of `PushService`
Android 15 introduces restrictions on BOOT_COMPLETED broadcast receivers launching foreground services. We do start PushService when receiving the BOOT_COMPLETED broadcast. So we'll have to switch to a different foregroundServiceType value.
We could either go with remoteMessaging or specialUse.