thunderbird-android icon indicating copy to clipboard operation
thunderbird-android copied to clipboard

Android 15: Switch `foregroundServiceType` of `PushService`

Open cketti opened this issue 1 year ago • 0 comments

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.

cketti avatar Mar 26 '24 20:03 cketti