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