Issue 772, make high resolution device setting global

This commit is contained in:
sonora 2011-12-26 00:40:06 +01:00
parent 08c26422be
commit bb08ffcd7e

View file

@ -403,7 +403,7 @@ public class OsmandSettings {
// this value string is synchronized with settings_pref.xml preference name
public final OsmandPreference<Boolean> USE_HIGH_RES_MAPS =
new BooleanPreference("use_high_res_maps", false, false, true);
new BooleanPreference("use_high_res_maps", false, true, true);
// this value string is synchronized with settings_pref.xml preference name
public final OsmandPreference<Float> MAP_TEXT_SIZE =