diff options
author | Christopher Baines <cbaines8@gmail.com> | 2012-03-14 01:00:56 +0000 |
---|---|---|
committer | Christopher Baines <cbaines8@gmail.com> | 2012-03-14 01:00:56 +0000 |
commit | 19e189ef9ed67f382fea00e48f997ce8e979f030 (patch) | |
tree | 1ccd78f3152c19de6c7f14861b1a7d2d7ae92efa /res/xml | |
parent | 16721bd07d3dd892631d82024a259997cd152ba4 (diff) | |
download | southamptonuniversitymap-19e189ef9ed67f382fea00e48f997ce8e979f030.tar southamptonuniversitymap-19e189ef9ed67f382fea00e48f997ce8e979f030.tar.gz |
Update for beta release.
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/searchable.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/xml/searchable.xml b/res/xml/searchable.xml index d6dedc8..34c6f76 100644 --- a/res/xml/searchable.xml +++ b/res/xml/searchable.xml @@ -7,6 +7,7 @@ android:searchSuggestAuthority="net.cbaines.suma.provider" android:searchSuggestIntentAction="android.intent.action.VIEW" android:searchSuggestSelection=" ?" - android:searchSuggestThreshold="1" > + android:searchSuggestThreshold="1" + android:voiceSearchMode="showVoiceSearchButton|launchRecognizer" > </searchable>
\ No newline at end of file |