create new preference (integer)

This commit is contained in:
Zahnstocher 2014-11-05 01:54:22 +01:00
parent 85d32f7044
commit 4578884dce

View file

@ -931,7 +931,7 @@ public class OsmandSettings {
}
// screen power save
public final CommonPreference<Integer> WAKE_ON_VOICE = new IntPreference("wake_on_voice", 0).makeProfile();
public final CommonPreference<Integer> WAKE_ON_VOICE = new IntPreference("wake_on_voice_int", 0).makeProfile();
{
// 0 means never
WAKE_ON_VOICE.setModeDefaultValue(ApplicationMode.CAR, 0);