aboutsummaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-02-28 15:29:26 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-02-28 15:29:26 +0000
commited7638698d439d75ada5120121a137f8e6f09bf8 (patch)
tree623e1211bb6b61200cb693ab0f9c61ec00716f68 /AndroidManifest.xml
parentb5d0db004eaf72e9eeff0dfd7f612591d670b139 (diff)
downloadsouthamptonuniversitymap-ed7638698d439d75ada5120121a137f8e6f09bf8.tar
southamptonuniversitymap-ed7638698d439d75ada5120121a137f8e6f09bf8.tar.gz
Improved URI stuff, and formating.
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 1c046f6..1eb5c8a 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -41,6 +41,14 @@
android:host="opendatamap.ecs.soton.ac.uk"
android:scheme="http" />
</intent-filter>
+ <intent-filter android:label="@string/app_name" >
+ <action android:name="android.intent.action.VIEW" />
+
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.BROWSABLE" />
+
+ <data android:scheme="geo" />
+ </intent-filter>
</activity>
<activity android:name="FindActivity" >
</activity>