Campus-Android icon indicating copy to clipboard operation
Campus-Android copied to clipboard

`JobIntentService` API Deprecation

Open CommanderStorm opened this issue 2 years ago • 0 comments

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

CommanderStorm avatar Jul 20 '22 20:07 CommanderStorm