diff --git a/docs/html/guide/components/intents-common.jd b/docs/html/guide/components/intents-common.jd index d4b033a5f8d73..adba1cdf4418b 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.