Campus-Android
Campus-Android copied to clipboard
`JobIntentService` API Deprecation
We currently use the JobIntentService
for example for getting the Users Location app/src/main/java/de/tum/in/tumcampusapp/service/GeofencingRegistrationService.kt
Problem
The JobIntentService
API is deprecated and has problems like https://issuetracker.google.com/issues/63622293
Suggested Enhancement :sparkles:
The JobIntentService
API is deprecated and should be replaced with WorkManager
Aditional Information
I think that this change is too large for #1468