Disable notification no data by default
This commit is contained in:
parent
c341b9df63
commit
5e044a51e2
1 changed files with 1 additions and 1 deletions
|
@ -1076,7 +1076,7 @@ public class OsmandSettings {
|
|||
// SAVE_TRACK_MIN_DISTANCE.setModeDefaultValue(ApplicationMode.PEDESTRIAN, 5);
|
||||
}
|
||||
|
||||
public final CommonPreference<Boolean> SHOW_TRIP_REC_NOTIFICATION = new BooleanPreference("show_trip_recording_notification", true).makeGlobal();
|
||||
public final CommonPreference<Boolean> SHOW_TRIP_REC_NOTIFICATION = new BooleanPreference("show_trip_recording_notification", false).makeGlobal();
|
||||
|
||||
// this value string is synchronized with settings_pref.xml preference name
|
||||
public final CommonPreference<Boolean> LIVE_MONITORING = new BooleanPreference("live_monitoring", false).makeGlobal();
|
||||
|
|
Loading…
Reference in a new issue