Reset settings path to sdcard MapsWithMe directory, to allow location mocking

This commit is contained in:
Alex Zolotarev 2012-07-09 21:33:14 -07:00 committed by Alex Zolotarev
parent 501b7ca6a9
commit 16a7a90741

View file

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