Merge pull request #8399 from osmandapp/Fix_8034

Small fix for keep screen on option
This commit is contained in:
max-klaus 2020-02-06 13:13:35 +03:00 committed by GitHub
commit de71df4d1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1767,7 +1767,7 @@ public class OsmandSettings {
public final CommonPreference<Integer> PROXY_PORT = new IntPreference("proxy_port", 8118).makeGlobal();
public final CommonPreference<String> USER_ANDROID_ID = new StringPreference("user_android_id", "").makeGlobal();
public final CommonPreference<Boolean> USE_SYSTEM_SCREEN_TIMEOUT = new BooleanPreference("use_system_screen_timeout", true).makeGlobal();
public final CommonPreference<Boolean> USE_SYSTEM_SCREEN_TIMEOUT = new BooleanPreference("use_system_screen_timeout", false).makeGlobal();
// this value string is synchronized with settings_pref.xml preference name
public static final String SAVE_CURRENT_TRACK = "save_current_track"; //$NON-NLS-1$