Home > Net >  FusedLocationProvider rapid updates when Google Maps are turned on
FusedLocationProvider rapid updates when Google Maps are turned on

Time:02-10

I'm using FusedLocationProvider in my app and I noticed that when my app is in the background and I start some other app that contains Google Map my original app starts receiving location updates extremely fast (like 1 update per second) despite setting up the fastest interval.

I've created a small repo to reproduce it, can be found here

I know that I should unregister when going to background etc but this is not the case here.

Any ideas why this might happen or where I can report it to Google?

CodePudding user response:

  •  Tags:  
  • Related