blob: 7f104a211e72bff2c557493569d1ba0ef26b9722 [file] [log] [blame] [view]
# androidx.work
WorkManager the recommended library for persistent work.
Scheduled work is is guaranteed to execute sometime after its {@link Constraints} are met.
WorkManager allows observation of work status and the ability to create complex chains of work.
[Library owners](OWNERS)
[Release notes](https://developer.android.com/jetpack/androidx/releases/work)
[Browse source](https://android.googlesource.com/platform/frameworks/support/+/androidx-main/work)
[Reference documentation](https://developer.android.com/reference/androidx/work/package-summary)
[Existing open bugs](https://b.corp.google.com/issues?q=componentid:409906%20status:open)
[File a new bug](https://issuetracker.google.com/issues/new?component=409906)
[Contributing from GitHub](https://android.googlesource.com/platform/frameworks/support/+/androidx-main/CONTRIBUTING.md)