From c3b2a00371b508a4d51893cd2fc7a743b45ceaf4 Mon Sep 17 00:00:00 2001 From: Ricardo Cervera Date: Tue, 18 Nov 2014 10:02:15 -0800 Subject: [PATCH] docs: Add link to "Voice search in your app" video. Bug: 18407660 Change-Id: I9062c708b64586116e5af4df5d83b73988189e8a --- docs/html/guide/components/intents-common.jd | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/html/guide/components/intents-common.jd b/docs/html/guide/components/intents-common.jd index d4b033a5f8d7..adba1cdf4418 100644 --- a/docs/html/guide/components/intents-common.jd +++ b/docs/html/guide/components/intents-common.jd @@ -2282,6 +2282,14 @@ public void dialPhoneNumber(String phoneNumber) {
  • "search for cat videos on myvideoapp"
  • + + +
    +

    Video

    +

    Voice search in your app

    +
    +

    To support search within the context of your app, declare an intent filter in your app with the SEARCH_ACTION action, as shown in the example intent filter below.

    -- 2.11.0