I'm using new Location API (FusedLocationProviderApi) and get confuse about it.
I intend to use LocationRequest.PRIORITY_HIGH_ACCURACY. But, on device, if user choose the location mode is save battery (network only). -> What is the bahevior for my app?
- Does it update with hight accuracy (with internet, gps..) OR
- Does it will be limited follow the setting of user?
Please correct me if i missunderstand anything.