Two questions:
How does setting
LocationRequest.setPriority(priority)
work with the "Location mode" device setting?If application calls
LocationRequest.setPriority(PRIORITY_HIGH_ACCURACY)
is called and device setting is set to "Battery saving", I assume the application won't be able to use GPS?
- Another question is, with FusedLocationApi how can I check if the device setting is set to High Accuracy?