What i want: Building an app which tracks the location and the time in background for backpacking. The app should track the location and the time in background.
Question: which one should I use: JobIntentService? or IntentService with ForegroudService? or both?
My resume: (after reading a lot of explanations) JobIntentservice: will approximately STOP after 10 minutes(because of the JobScheduler)! IntentService: will STOP, if the app is killed!
Am I wrong? I would appreciate some help! Thank you