diff options
author | Christopher Baines <cbaines8@gmail.com> | 2012-01-31 19:33:29 +0000 |
---|---|---|
committer | Christopher Baines <cbaines8@gmail.com> | 2012-01-31 19:33:29 +0000 |
commit | 19eb4506294a4be1a399c9f7a2860b23c65e7268 (patch) | |
tree | 7f630e9f7a12582a4c199b9c985609b7abb183d1 | |
parent | cbc010bf709f9cc832d59536dc27d248908717dd (diff) | |
download | southamptonuniversitymap-19eb4506294a4be1a399c9f7a2860b23c65e7268.tar southamptonuniversitymap-19eb4506294a4be1a399c9f7a2860b23c65e7268.tar.gz |
Fixed link to marketplace.
-rw-r--r-- | src/net/cbaines/suma/AboutActivity.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/cbaines/suma/AboutActivity.java b/src/net/cbaines/suma/AboutActivity.java index 8a419db..70e9ebf 100644 --- a/src/net/cbaines/suma/AboutActivity.java +++ b/src/net/cbaines/suma/AboutActivity.java @@ -65,7 +65,7 @@ public class AboutActivity extends PreferenceActivity { } else if (KEY_ABOUT_DATA.equals(key)) { startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("http://data.southampton.ac.uk/bus-routes.html"))); } else if (KEY_ABOUT_ANDROID_MARKET.equals(key)) { - startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(""))); + startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("https://market.android.com/details?id=net.cbaines.suma"))); } else if (KEY_ABOUT_MAP_DATA.equals(key)) { startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(String.format("http://data.southampton.ac.uk/places.html")))); } else if (KEY_ABOUT_MAP_ICONS.equals(key)) { |