Skip to content

workmanager v0.10.8 — Android 16 FGS permission fix

Choose a tag to compare

@ened ened released this 19 Aug 06:13
· 2 commits to main since this release
53261a5

workmanager_android v0.10.7 — manifest-declaration check for FGS permissions (#731, #733)

  • Expedited work (and other foreground-service features) now validate against the merged manifest declaration instead of the runtime permission grant state.
  • On Android 16+ a foreground-service permission can be revoked or denied at runtime even when declared — the old check then false-positived and threw, killing valid expedited work. Declared permission now passes regardless of grant state; a genuinely missing declaration still fails loudly at registration.

workmanager v0.10.8

  • Dependency bump: workmanager_android ^0.10.7.