# Android WorkManager Snippets ### Start and restart jobs Use the ServiceManager class to make jobs management easier. ```kotlin ServiceManager(this).restartServicesStopped() ```