# Use Voice Search to integrate with Google Now

DevFeed: [Use Voice Search to integrate with Google Now](<https://devfeed.tech/articles/use-voice-search-to-integrate-with-google-now-27234.md>)

Original publisher: [Read original article](<https://antonioleiva.com/voice_search_google_now>)

Published: 2015-10-14T00:00:00Z

Content type: tutorial

Language: en

Sources: [Antonio Leiva](<https://devfeed.tech/sources/antonio-leiva.md>)

Topics: [Android](<https://devfeed.tech/topics/android.md>), [Google](<https://devfeed.tech/topics/google.md>), [App](<https://devfeed.tech/topics/app.md>), [Google Search](<https://devfeed.tech/topics/google-search.md>), [App Indexing](<https://devfeed.tech/topics/app-indexing.md>)

Tags: [adb](<https://devfeed.tech/tags/adb.md>), [android](<https://devfeed.tech/tags/android.md>), [app](<https://devfeed.tech/tags/app.md>), [app-indexing](<https://devfeed.tech/tags/app-indexing.md>), [debug](<https://devfeed.tech/tags/debug.md>), [google](<https://devfeed.tech/tags/google.md>), [google-search](<https://devfeed.tech/tags/google-search.md>), [toolbar](<https://devfeed.tech/tags/toolbar.md>)

## AI overview

A tutorial on integrating Android apps with Google Now voice search. It explains how to receive the search intent, extract and analyze its query text, update an in-app search interface, and test the integration with adb.

## Source excerpt

Everything Android, Kotlin and other random topics