aboutsummaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-03-06 11:42:24 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-03-06 11:42:24 +0000
commit5dbed3a0fe85f0ed2a2763be0912f109bdee6c20 (patch)
tree849b3b07222c7ee0cf24247479c9adb3ca7c4faf /AndroidManifest.xml
parent783024e364648171ae8848bb29b6dd71a84a2f40 (diff)
downloadsouthamptonuniversitymap-5dbed3a0fe85f0ed2a2763be0912f109bdee6c20.tar
southamptonuniversitymap-5dbed3a0fe85f0ed2a2763be0912f109bdee6c20.tar.gz
New Search stuff.
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index c9efb4a..a9bccd3 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -50,8 +50,22 @@
<data android:scheme="geo" />
</intent-filter>
+ <intent-filter>
+ <action android:name="android.intent.action.SEARCH" />
+ </intent-filter>
+
+ <meta-data
+ android:name="android.app.searchable"
+ android:resource="@xml/searchable" />
</activity>
<activity android:name="FindActivity" >
+ <intent-filter>
+ <action android:name="android.intent.action.SEARCH" />
+ </intent-filter>
+
+ <meta-data
+ android:name="android.app.searchable"
+ android:resource="@xml/searchable" />
</activity>
<activity android:name="BusStopActivity" >
<intent-filter android:label="@string/app_name" >