aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2013-07-04 21:28:52 +0200
committerBananeweizen <bananeweizen@gmx.de>2013-07-04 21:28:52 +0200
commitec9e21f8f510bfcaf6645ab09bb6c7d358f529cb (patch)
tree12a8c6241a328b692e82c4c6da96e942c87b094f /main/src
parent7bc65772019ed684fb94ac0ff1e78fe598249093 (diff)
downloadcgeo-ec9e21f8f510bfcaf6645ab09bb6c7d358f529cb.zip
cgeo-ec9e21f8f510bfcaf6645ab09bb6c7d358f529cb.tar.gz
cgeo-ec9e21f8f510bfcaf6645ab09bb6c7d358f529cb.tar.bz2
fix #2899: Recommended app "Bluetooth GPS" not found
Diffstat (limited to 'main/src')
-rw-r--r--main/src/cgeo/geocaching/UsefulAppsActivity.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/UsefulAppsActivity.java b/main/src/cgeo/geocaching/UsefulAppsActivity.java
index 8093bba..3ca0f45 100644
--- a/main/src/cgeo/geocaching/UsefulAppsActivity.java
+++ b/main/src/cgeo/geocaching/UsefulAppsActivity.java
@@ -61,7 +61,6 @@ public class UsefulAppsActivity extends AbstractActivity {
new HelperApp(R.string.helper_pocketquery_title, R.string.helper_pocketquery_description, R.drawable.helper_pocketquery, "org.pquery"),
new HelperApp(R.string.helper_locus_title, R.string.helper_locus_description, R.drawable.helper_locus, "menion.android.locus"),
new HelperApp(R.string.helper_gpsstatus_title, R.string.helper_gpsstatus_description, R.drawable.helper_gpsstatus, "com.eclipsim.gpsstatus2"),
- new HelperApp(R.string.helper_bluetoothgps_title, R.string.helper_bluetoothgps_description, R.drawable.helper_bluetoothgps, "googoo.android.btgps"),
new HelperApp(R.string.helper_barcode_title, R.string.helper_barcode_description, R.drawable.helper_barcode, "com.google.zxing.client.android"),
};