WorkManager OneTimeWorkRequest InitialDelay works after twise the time set
问题 UPDATE (21-nov-2019) WorkManager.getInstance(activity).enqueueUniquePeriodicWork("test_work", ExistingPeriodicWorkPolicy.KEEP, PeriodicWorkRequest.Builder(MyWorker::class.java, 15, TimeUnit.MINUTES) .build()) Now I'm using PeriodicWork and now doWork() called twice even I cancelled uniquettask at first attempt.I'm getting Notification twice and Checked in Log also It's called twice . Note: It's happen only first time and sometime second time also but not getting third time twice. override fun