Hi, I created an application with FusedLocationProvider which receives location data periodically. The location service code is in Starter Module. Problem is when I start an activity from Main, it stops receiving any data. I understand that the Main Activity goes background when another activity runs. How can I run the background GPS receiving even multiple activity runs? Thank you in advance