Change url for other markets

This commit is contained in:
Victor Shcherb 2016-01-10 12:13:04 +01:00
parent 2f6bc9332e
commit 09c4c46904

View file

@ -30,7 +30,7 @@ public class Version {
} else if (isGooglePlayEnabled(ctx)) {
return "market://search?q=pname:";
}
return "http://osmand.net/apps?";
return "http://osmand.net/apps?id=";
}
private static boolean isAmazonEnabled(OsmandApplication ctx) {