I am converting an iOS app to Android. I am looking for what tools to use to do the following:
When the location of the device significantly changes, if the app is in the background, or off, it should be brought to the foreground and passed the new location details, or similar.
Do I need to use a service, or is there built in functionally like on iOS's SignificantLocationCh . ange option