aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/apps/App.java
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/cgeo/geocaching/apps/App.java')
-rw-r--r--main/src/cgeo/geocaching/apps/App.java6
1 files changed, 2 insertions, 4 deletions
diff --git a/main/src/cgeo/geocaching/apps/App.java b/main/src/cgeo/geocaching/apps/App.java
index f3cefc3..2e5e730 100644
--- a/main/src/cgeo/geocaching/apps/App.java
+++ b/main/src/cgeo/geocaching/apps/App.java
@@ -2,10 +2,8 @@ package cgeo.geocaching.apps;
import cgeo.geocaching.cgCache;
-import android.content.Context;
-
public interface App {
- public boolean isInstalled(final Context context);
+ public boolean isInstalled();
public String getName();
@@ -13,7 +11,7 @@ public interface App {
/**
* whether or not the app can be used with the given cache (may depend on properties of the cache)
- *
+ *
* @param cache
* @return
*/