From dc11242207540fb59124d3dc4c08b6c84b85e387 Mon Sep 17 00:00:00 2001 From: vshcherb Date: Fri, 7 Mar 2014 01:00:41 +0100 Subject: [PATCH] Revert change with default location --- OsmAnd/src/net/osmand/plus/OsmandSettings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OsmAnd/src/net/osmand/plus/OsmandSettings.java b/OsmAnd/src/net/osmand/plus/OsmandSettings.java index 85e5e5751d..ef5f3af74a 100644 --- a/OsmAnd/src/net/osmand/plus/OsmandSettings.java +++ b/OsmAnd/src/net/osmand/plus/OsmandSettings.java @@ -1001,7 +1001,7 @@ public class OsmandSettings { defaultLocation)); } - public static final int VERSION_DEFAULTLOCATION_CHANGED = 19; + public static final int VERSION_DEFAULTLOCATION_CHANGED = Integer.MAX_VALUE; public String getDefaultExternalStorageLocation() { String defaultLocation = ctx.getExternalServiceAPI().getExternalStorageDirectory();