I just need to do a little bit of sanity check here. Let's say I have a service that's run periodically. If the app is in the foreground (and screen is on, etc), would there ever be a reason to use Service.StartForeground?
(I do realize I need to use it if the app is in background, just curious of when app is in foreground.)
(I do realize I need to use it if the app is in background, just curious of when app is in foreground.)