create new preference (integer)
This commit is contained in:
parent
85d32f7044
commit
4578884dce
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue