Revert change with default location
This commit is contained in:
parent
57b86af812
commit
dc11242207
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue