Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
After creating the issue I've noticed that I mixed up a few terms, sorry about that. JobService should be JobScheduler. When referring to jobs in the description, those are classes extending Worker.
jb...@google.com <jb...@google.com> #3
We have a large set of users seeing this same issue... I can confirm that it seems to only effect users using Android OS 4.4 - 5.1. We are also using WorkManager 2.0.0
Description
Currently, if using the
startIntentSenderForResult()
fragment APIs, activity launch options are ignored. The options may not be correctly passed to theComponentActivity
and even if they are, they are not being extracted correctly.We should ensure that the options are properly received by
ComponentActivity
and that they are actually being used.