A mobile workflow diverges after backgrounding, reconnecting, or replaying queued work. The affected area is WorkManager job.
Repair the WorkManager job command handling implementation so it accepts first operations, recognizes safe repeats, and rejects key reuse with a different payload.
Evidence
- Affected surface: Android / Kotlin / WorkManager job.
- Observed failure family: enforce idempotent operations.
- Scope policy: authorized must equal true.