Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvng <viktor.govako@gmail.com>2012-09-27 01:40:11 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:44:02 +0300
commitf3d4dda1f36bf7ee3a6969ed62a6d5d3637363de (patch)
treedb978fa87052444fd50ab68473d6ce39de03223d /android/src/com/mapswithme/maps/MWMApplication.java
parent8653a716cc11139377ef390a5ea3e7be17504fdd (diff)
[android] Add storage path settings.
Diffstat (limited to 'android/src/com/mapswithme/maps/MWMApplication.java')
-rw-r--r--android/src/com/mapswithme/maps/MWMApplication.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/android/src/com/mapswithme/maps/MWMApplication.java b/android/src/com/mapswithme/maps/MWMApplication.java
index ca410100cc..5ff9c7a352 100644
--- a/android/src/com/mapswithme/maps/MWMApplication.java
+++ b/android/src/com/mapswithme/maps/MWMApplication.java
@@ -93,8 +93,6 @@ public class MWMApplication extends android.app.Application implements MapStorag
extStoragePath,
getTmpPath(),
extTmpPath,
- // Changed path for settings to be the same as external storage
- extStoragePath, //getSettingsPath(),
m_isProVersion);
m_slotID = getMapStorage().subscribe(this);
@@ -171,7 +169,6 @@ public class MWMApplication extends android.app.Application implements MapStorag
String storagePath,
String tmpPath,
String extTmpPath,
- String settingsPath,
boolean isPro);
public native boolean nativeIsBenchmarking();