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>2013-03-29 14:49:23 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:52:34 +0300
commitf9c7f4a14a1946ada4a413f51871023acdcd30e9 (patch)
tree98770adc49640078a38662f2420053f72815bf6d /android/src/com/mapswithme/maps/MWMApplication.java
parent9ee82fab47d9b0ea31f6eba17f410050a8070f06 (diff)
[android] Use "http" protocol instead of "https" by default.
Diffstat (limited to 'android/src/com/mapswithme/maps/MWMApplication.java')
-rw-r--r--android/src/com/mapswithme/maps/MWMApplication.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/com/mapswithme/maps/MWMApplication.java b/android/src/com/mapswithme/maps/MWMApplication.java
index 738e9b57d0..a12d17bc7a 100644
--- a/android/src/com/mapswithme/maps/MWMApplication.java
+++ b/android/src/com/mapswithme/maps/MWMApplication.java
@@ -31,7 +31,7 @@ public class MWMApplication extends android.app.Application implements MapStorag
private boolean m_isProVersion = false;
// Set default string to Google Play page.
- private final static String m_defaultProURL = "https://play.google.com/store/apps/details?id=com.mapswithme.maps.pro";
+ private final static String m_defaultProURL = "http://play.google.com/store/apps/details?id=com.mapswithme.maps.pro";
private String m_proVersionURL = m_defaultProURL;
private void showDownloadToast(int resID, Index idx)