forked from organicmaps/organicmaps
Reset settings path to sdcard MapsWithMe directory, to allow location mocking
This commit is contained in:
parent
501b7ca6a9
commit
16a7a90741
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,8 @@ public class MWMApplication extends android.app.Application
|
|||
extStoragePath,
|
||||
getTmpPath(),
|
||||
extTmpPath,
|
||||
getSettingsPath(),
|
||||
// Changed path for settings to be the same as external storage
|
||||
extStoragePath, //getSettingsPath(),
|
||||
mIsProVersion);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue