You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: expedited work support — expedited: true on registerOneOffTask calls setExpedited(), making OutOfQuotaPolicy actually take effect (Android 12+; runs as a foreground service with a system notification). One-off only (WorkManager limitation).
Behavior note: previously passing outOfQuotaPolicyimplicitly expedited the work (a side effect of the old setExpedited(OutOfQuotaPolicy) call). It is now inert without expedited: true — set the flag explicitly.