Loading practice questions
What is the purpose of the WorkManager library in Android?
Correct Answer: C — To schedule and run background tasks reliably
Explanation:
WorkManager is part of Android Jetpack and is used to schedule and manage background tasks that require guaranteed execution, such as file uploads and data synchronization.