android - What happens when we call requestLocationUpdates()? -


what chain of callbacks when requestlocationupdates() called? understand calls onlocationchanged if locations not changed? if same locations received? or gets called every time locations received?

the requestlocationupdates() registers current activity updated periodically named provider, or provider matching specified criteria, location , status updates.

it register location updates using criteria , pending intent

read documentation


Comments