How to prevent WorkManager from restarting when force-stop
I’m developing a timer app using WorkManager.
PeriodicWorkRequest status stuck at Enqueued
I’m working on an Android App to send out notifications when a date stored in a local database is reached. To do this, I’m attempting to use a periodic work request that will call a function to compare the stored date to the current date and notify the user if the date has been reached. However, when checking Background Task Inspector, my Worker is permanently in “Enqueued” status and never runs this function and I’m unsure why.