aboutsummaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-03-09 17:59:14 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-03-09 17:59:14 +0000
commit264b93bd42753d66dbcaea74ed2024ecb757b5f7 (patch)
tree29ee01e5773a10bae5e08a475b19399acb240bd9 /AndroidManifest.xml
parentc2b3891c783dee1b4ef6fd70432aa7ef5e55c0d7 (diff)
downloadsouthamptonuniversitymap-264b93bd42753d66dbcaea74ed2024ecb757b5f7.tar
southamptonuniversitymap-264b93bd42753d66dbcaea74ed2024ecb757b5f7.tar.gz
Some changes.
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml7
1 files changed, 2 insertions, 5 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index f5ad217..3d47148 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -53,16 +53,13 @@
<intent-filter>
<action android:name="android.intent.action.SEARCH" />
</intent-filter>
- </activity>
- <activity android:name=".SearchActivity" >
- <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=".SearchResultsActivity" >
+ </activity>
<activity android:name="BusStopActivity" >
<intent-filter android:label="@string/app_name" >
<action android:name="android.intent.action.VIEW" />