According to this Google recommendation ExistingPeriodicWorkPolicy.REPLACE must be used when calling to enqueueUniquePeriodicWork method from Workmanager in order to ensure that the jobs are rescheduled.
As far as I understand this could prevent infected keys from being downloaded from server and therefore some users would'n't be notified for possible risk contacts.
Could you consider to change this on SyncWorker class or is there some reason to keep the ExistingPeriodicWorkPolicy.KEEP policy used currently?
According to this Google recommendation ExistingPeriodicWorkPolicy.REPLACE must be used when calling to enqueueUniquePeriodicWork method from Workmanager in order to ensure that the jobs are rescheduled. As far as I understand this could prevent infected keys from being downloaded from server and therefore some users would'n't be notified for possible risk contacts. Could you consider to change this on SyncWorker class or is there some reason to keep the ExistingPeriodicWorkPolicy.KEEP policy used currently?
Thanks.