aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo
diff options
context:
space:
mode:
authorblafoo <github@blafoo.de>2012-03-09 17:42:31 +0100
committerblafoo <github@blafoo.de>2012-03-09 17:42:31 +0100
commit278401af7ff630cb99ba99c9214422152b992940 (patch)
tree1233cd8155d0a03b65a93d240899e9c4838cc79b /main/src/cgeo
parent10e4c8380761a9a02cbf1b0b2b7ed949b6327732 (diff)
downloadcgeo-278401af7ff630cb99ba99c9214422152b992940.zip
cgeo-278401af7ff630cb99ba99c9214422152b992940.tar.gz
cgeo-278401af7ff630cb99ba99c9214422152b992940.tar.bz2
Removed unreferenced method
Diffstat (limited to 'main/src/cgeo')
-rw-r--r--main/src/cgeo/geocaching/cgBase.java19
1 files changed, 0 insertions, 19 deletions
diff --git a/main/src/cgeo/geocaching/cgBase.java b/main/src/cgeo/geocaching/cgBase.java
index fc14044..befdabb 100644
--- a/main/src/cgeo/geocaching/cgBase.java
+++ b/main/src/cgeo/geocaching/cgBase.java
@@ -2865,25 +2865,6 @@ public class cgBase {
cgBase.actualStatus = actualStatus;
}
- /**
- * Indicates whether the specified action can be used as an intent. This
- * method queries the package manager for installed packages that can
- * respond to an intent with the specified action. If no suitable package is
- * found, this method returns false.
- *
- * From: http://android-developers.blogspot.com/2009/01/can-i-use-this-intent.html
- *
- * @param context
- * The application's environment.
- * @param action
- * The Intent action to check for availability.
- *
- * @return True if an Intent with the specified action can be sent and
- * responded to, false otherwise.
- */
- public static boolean isIntentAvailable(Context context, String action) {
- return isIntentAvailable(context, action, null);
- }
/**
* Indicates whether the specified action can be used as an intent. This