From 16a7a90741246303021d74f0acf2a2e8f2b0a2e7 Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Mon, 9 Jul 2012 21:33:14 -0700 Subject: [PATCH] Reset settings path to sdcard MapsWithMe directory, to allow location mocking --- android/src/com/mapswithme/maps/MWMApplication.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/android/src/com/mapswithme/maps/MWMApplication.java b/android/src/com/mapswithme/maps/MWMApplication.java index 45a6fe47de..be5360bb2b 100644 --- a/android/src/com/mapswithme/maps/MWMApplication.java +++ b/android/src/com/mapswithme/maps/MWMApplication.java @@ -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); }