aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/utils/ProcessUtils.java
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2015-01-31 12:19:57 +0100
committerBananeweizen <bananeweizen@gmx.de>2015-01-31 12:19:57 +0100
commit96ae4cfc4e1a8538a8a28245b17cc75364f6cb09 (patch)
tree3fcbea22bf488ba8aaada7ec350bc6e6e38c74a4 /main/src/cgeo/geocaching/utils/ProcessUtils.java
parent7b5594eca359e122ac431aa63c39c35bbfcf493a (diff)
downloadcgeo-96ae4cfc4e1a8538a8a28245b17cc75364f6cb09.zip
cgeo-96ae4cfc4e1a8538a8a28245b17cc75364f6cb09.tar.gz
cgeo-96ae4cfc4e1a8538a8a28245b17cc75364f6cb09.tar.bz2
remove wrong comment
Diffstat (limited to 'main/src/cgeo/geocaching/utils/ProcessUtils.java')
-rw-r--r--main/src/cgeo/geocaching/utils/ProcessUtils.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/utils/ProcessUtils.java b/main/src/cgeo/geocaching/utils/ProcessUtils.java
index 37a1edf..45e80d1 100644
--- a/main/src/cgeo/geocaching/utils/ProcessUtils.java
+++ b/main/src/cgeo/geocaching/utils/ProcessUtils.java
@@ -110,7 +110,6 @@ public final class ProcessUtils {
@SuppressWarnings("deprecation")
public static void openMarket(final Activity activity, @NonNull final String packageName) {
try {
- // allow also opening pure http URLs in addition to market packages
final String url = "market://details?id=" + packageName;
final Intent marketIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(url));
marketIntent.addFlags(Intent.FLAG_ACTIVITY_NO_HISTORY | Intent.FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET | Intent.FLAG_ACTIVITY_MULTIPLE_TASK);