diff --git a/OsmAnd/src/net/osmand/plus/OsmandSettings.java b/OsmAnd/src/net/osmand/plus/OsmandSettings.java index caa674e210..d633f5cac9 100644 --- a/OsmAnd/src/net/osmand/plus/OsmandSettings.java +++ b/OsmAnd/src/net/osmand/plus/OsmandSettings.java @@ -931,7 +931,7 @@ public class OsmandSettings { } // screen power save - public final CommonPreference WAKE_ON_VOICE = new IntPreference("wake_on_voice", 0).makeProfile(); + public final CommonPreference WAKE_ON_VOICE = new IntPreference("wake_on_voice_int", 0).makeProfile(); { // 0 means never WAKE_ON_VOICE.setModeDefaultValue(ApplicationMode.CAR, 0);