aboutsummaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-03-09 12:35:17 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-03-09 12:35:17 +0000
commit606d952ef33ee74dbb303a8870451252d7785f32 (patch)
tree1bf140512141ce8618105068b5152b231e9351d1 /AndroidManifest.xml
parentc2b3891c783dee1b4ef6fd70432aa7ef5e55c0d7 (diff)
downloadsouthamptonuniversitymap-606d952ef33ee74dbb303a8870451252d7785f32.tar
southamptonuniversitymap-606d952ef33ee74dbb303a8870451252d7785f32.tar.gz
More search improvements.
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 f5ad217..865ce32 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -53,6 +53,10 @@
<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=".SearchActivity" >
<intent-filter>
@@ -170,6 +174,10 @@
<provider
android:name=".MapContentProvider"
android:authorities="net.cbaines.suma.provider" />
+
+ <path-permission
+ android:pathPrefix="/search_suggest_query"
+ android:readPermission="android.permission.GLOBAL_SEARCH" />
</application>
</manifest> \ No newline at end of file