diff options
author | Christopher Baines <cbaines8@gmail.com> | 2012-03-09 17:58:41 +0000 |
---|---|---|
committer | Christopher Baines <cbaines8@gmail.com> | 2012-03-09 17:58:41 +0000 |
commit | 120ca654b0476a628d2d53e709804066ecb73992 (patch) | |
tree | 21284471cbc416cb26d7459314e8f7409aad377f | |
parent | 606d952ef33ee74dbb303a8870451252d7785f32 (diff) | |
download | southamptonuniversitymap-120ca654b0476a628d2d53e709804066ecb73992.tar southamptonuniversitymap-120ca654b0476a628d2d53e709804066ecb73992.tar.gz |
Slight manifest change.
-rw-r--r-- | AndroidManifest.xml | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 865ce32..ed72f7d 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -59,6 +59,8 @@ android:resource="@xml/searchable" /> </activity> <activity android:name=".SearchActivity" > + + <!-- <intent-filter> <action android:name="android.intent.action.SEARCH" /> </intent-filter> @@ -66,6 +68,7 @@ <meta-data android:name="android.app.searchable" android:resource="@xml/searchable" /> + --> </activity> <activity android:name="BusStopActivity" > <intent-filter android:label="@string/app_name" > @@ -173,11 +176,11 @@ <!-- Provides search suggestions for words and their definitions. --> <provider android:name=".MapContentProvider" - android:authorities="net.cbaines.suma.provider" /> - - <path-permission - android:pathPrefix="/search_suggest_query" - android:readPermission="android.permission.GLOBAL_SEARCH" /> + android:authorities="net.cbaines.suma.provider" > + <path-permission + android:pathPrefix="/search_suggest_query" + android:readPermission="android.permission.GLOBAL_SEARCH" /> + </provider> </application> </manifest>
\ No newline at end of file |