aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
diff options
context:
space:
mode:
authorBananeweizen <Bananeweizen@gmx.de>2012-02-15 12:35:29 +0100
committerBananeweizen <Bananeweizen@gmx.de>2012-02-15 12:35:29 +0100
commitd53b44562e1d531292f19c4b46028b47fdd7fd3f (patch)
tree38d060da6c9e16993b4b52350b012238742b5142 /main/src
parentcad4e57079eb7312940ea75a2fce8f4f1cbfae5c (diff)
downloadcgeo-d53b44562e1d531292f19c4b46028b47fdd7fd3f.zip
cgeo-d53b44562e1d531292f19c4b46028b47fdd7fd3f.tar.gz
cgeo-d53b44562e1d531292f19c4b46028b47fdd7fd3f.tar.bz2
new: have bar code app in useful apps to better explain geocode scan
Diffstat (limited to 'main/src')
-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 d4418ab..cb07934 100644
--- a/main/src/cgeo/geocaching/UsefulAppsActivity.java
+++ b/main/src/cgeo/geocaching/UsefulAppsActivity.java
@@ -42,6 +42,7 @@ public class UsefulAppsActivity extends AbstractActivity {
addApp(R.string.helper_locus_title, R.string.helper_locus_description, R.drawable.helper_locus, "menion.android.locus");
addApp(R.string.helper_gpsstatus_title, R.string.helper_gpsstatus_description, R.drawable.helper_gpsstatus, "com.eclipsim.gpsstatus2");
addApp(R.string.helper_bluetoothgps_title, R.string.helper_bluetoothgps_description, R.drawable.helper_bluetoothgps, "googoo.android.btgps");
+ addApp(R.string.helper_barcode_title, R.string.helper_barcode_description, R.drawable.helper_barcode, "com.google.zxing.client.android");
}
@Override