aboutsummaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-03-06 14:46:01 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-03-06 14:46:01 +0000
commita722eac92e7154563bd144ad91b092d23dae8f2a (patch)
tree4bcd0901fe5fe9748c797119eec5045fbb33efcd /AndroidManifest.xml
parent5dbed3a0fe85f0ed2a2763be0912f109bdee6c20 (diff)
downloadsouthamptonuniversitymap-a722eac92e7154563bd144ad91b092d23dae8f2a.tar
southamptonuniversitymap-a722eac92e7154563bd144ad91b092d23dae8f2a.tar.gz
Basic searchable stuff.
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index a9bccd3..4dfff99 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -169,6 +169,11 @@
android:name=".PreferencesActivity"
android:label="@string/preferences" >
</activity>
+
+ <!-- Provides search suggestions for words and their definitions. -->
+ <provider
+ android:name=".MapContentProvider"
+ android:authorities="net.cbaines.suma.provider" />
</application>
</manifest> \ No newline at end of file