summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorLeon Scroggins <scroggo@google.com>2010-01-28 15:12:40 -0500
committerLeon Scroggins <scroggo@google.com>2010-01-29 17:17:22 -0500
commit58d56c6b5052faa86083965132cd51b1a9594d0e (patch)
treeff12588ede5a3ae4eda6b1ddfb548820dc80da42 /AndroidManifest.xml
parente5073c271be740654469ea63b69bd4a505ca222c (diff)
downloadandroid_packages_apps_Gello-58d56c6b5052faa86083965132cd51b1a9594d0e.tar.gz
android_packages_apps_Gello-58d56c6b5052faa86083965132cd51b1a9594d0e.tar.bz2
android_packages_apps_Gello-58d56c6b5052faa86083965132cd51b1a9594d0e.zip
Handle the voice search intent.
Once the voice search intent has been handled, the title bar background changes to green, and touching it displays other voice search possibilities. Fixes http://b/issue?id=2390686
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 73fb710c..6ef43fa0 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -55,6 +55,10 @@
android:configChanges="orientation|keyboardHidden"
android:theme="@style/BrowserTheme"
android:windowSoftInputMode="adjustResize" >
+ <intent-filter>
+ <action android:name="android.speech.action.VOICE_SEARCH_RESULTS" />
+ <category android:name="android.intent.category.DEFAULT" />
+ </intent-filter>
<!-- For these schemes were not particular MIME type has been
supplied, we are a good candidate. -->
<intent-filter>