Revert change with default location

This commit is contained in:
vshcherb 2014-03-07 01:00:41 +01:00
parent 57b86af812
commit dc11242207

View file

@ -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();