Disable gps info by default (very technical)
This commit is contained in:
parent
acd0302390
commit
647a863d16
2 changed files with 1 additions and 4 deletions
|
@ -69,7 +69,7 @@ public class ApplicationMode {
|
|||
regWidget("time", all);
|
||||
regWidget("speed", exceptPedestrianAndDefault);
|
||||
regWidget("max_speed", CAR);
|
||||
regWidget("gps_info", DEFAULT);
|
||||
regWidget("gps_info", none);
|
||||
regWidget("altitude", pedestrianBicycle);
|
||||
|
||||
// top
|
||||
|
|
|
@ -3,7 +3,6 @@ package net.osmand.plus.views.mapwidgets;
|
|||
import net.osmand.Location;
|
||||
import net.osmand.access.AccessibleToast;
|
||||
import net.osmand.binary.RouteDataObject;
|
||||
import net.osmand.plus.ContextMenuAdapter.OnContextMenuClick;
|
||||
import net.osmand.plus.NavigationService;
|
||||
import net.osmand.plus.OsmAndFormatter;
|
||||
import net.osmand.plus.OsmAndLocationProvider;
|
||||
|
@ -39,8 +38,6 @@ import android.view.Gravity;
|
|||
import android.view.MotionEvent;
|
||||
import android.view.View;
|
||||
import android.view.WindowManager;
|
||||
import android.widget.ArrayAdapter;
|
||||
import android.widget.Button;
|
||||
import android.widget.FrameLayout;
|
||||
import android.widget.ImageView;
|
||||
import android.widget.LinearLayout;
|
||||
|
|
Loading…
Reference in a new issue