Skip to content

Commit

Permalink
fix default location engine priority (no power)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guardiola31337 committed Dec 19, 2017
1 parent 9e5463a commit b91a5a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class TelemetryService extends Service implements TelemetryCallback, Loca
private boolean isTelemetryReceiverRegistered = false;
private LocationEngine locationEngine = null;
@LocationEnginePriority.PowerMode
private int locationPriority = LocationEnginePriority.HIGH_ACCURACY;
private int locationPriority = LocationEnginePriority.NO_POWER;

@Nullable
@Override
Expand Down

0 comments on commit b91a5a0

Please sign in to comment.