aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2013-07-05 07:15:26 +0200
committerBananeweizen <bananeweizen@gmx.de>2013-07-05 07:15:26 +0200
commitf4a05a82e889609a743cdb9198b9edf6734fbfe9 (patch)
treeda8536923934bc7d3f19bb7976100a26626b4a5e /main/src/cgeo/geocaching
parent227816bec03787892a5d0abebd8b1840d20c4089 (diff)
downloadcgeo-f4a05a82e889609a743cdb9198b9edf6734fbfe9.zip
cgeo-f4a05a82e889609a743cdb9198b9edf6734fbfe9.tar.gz
cgeo-f4a05a82e889609a743cdb9198b9edf6734fbfe9.tar.bz2
Revert "fix #2899: Recommended app "Bluetooth GPS" not found"
This reverts commit ec9e21f8f510bfcaf6645ab09bb6c7d358f529cb.
Diffstat (limited to 'main/src/cgeo/geocaching')
-rw-r--r--main/src/cgeo/geocaching/UsefulAppsActivity.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/src/cgeo/geocaching/UsefulAppsActivity.java b/main/src/cgeo/geocaching/UsefulAppsActivity.java
index 3ca0f45..8093bba 100644
--- a/main/src/cgeo/geocaching/UsefulAppsActivity.java
+++ b/main/src/cgeo/geocaching/UsefulAppsActivity.java
@@ -61,6 +61,7 @@ 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"),
};