Should WorkManager already be working when the app is killed, or does it need to have a foreground service attached? I have found no solution on what to do if the app using WorkManager is killed and won’t work anymore, so i think that I need to use a foreground service. Is this a good idea, or is there any
Tag: android-workmanager
Android Studio class file for com.google.common.util.concurrent.ListenableFuture not found
I cannot build my project due to it failing because it cannot find a class. Is there something wrong with my sdk or dependancies? I have tried invalidating cache and restarting. I am using api 29. The following is where the error shows up Here is the error printout and my dependancies any help is appreciated Answer There is an