diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2013-09-21 22:21:10 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2013-09-21 22:21:10 +0200 |
| commit | 8a539e82bac733031257e053b5994c8d662c5334 (patch) | |
| tree | fb2e88532386443098778eea79751ea5bf0b6812 /main/src/cgeo/geocaching/UsefulAppsActivity.java | |
| parent | 66c1f301245c8a21bdc84f054b284c42df4ec3fc (diff) | |
| download | cgeo-8a539e82bac733031257e053b5994c8d662c5334.zip cgeo-8a539e82bac733031257e053b5994c8d662c5334.tar.gz cgeo-8a539e82bac733031257e053b5994c8d662c5334.tar.bz2 | |
fix #3306: add Google translate to useful apps
Diffstat (limited to 'main/src/cgeo/geocaching/UsefulAppsActivity.java')
| -rw-r--r-- | main/src/cgeo/geocaching/UsefulAppsActivity.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/src/cgeo/geocaching/UsefulAppsActivity.java b/main/src/cgeo/geocaching/UsefulAppsActivity.java index 41ea96e..08206ff 100644 --- a/main/src/cgeo/geocaching/UsefulAppsActivity.java +++ b/main/src/cgeo/geocaching/UsefulAppsActivity.java @@ -60,6 +60,7 @@ public class UsefulAppsActivity extends AbstractActivity { new HelperApp(R.string.helper_calendar_title, R.string.helper_calendar_description, R.drawable.cgeo, "cgeo.calendar"), 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_google_translate_title, R.string.helper_google_translate_description, R.drawable.helper_google_translate, "com.google.android.apps.translate"), 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"), |
