Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92ad1d81 authored by Ricardo Cervera's avatar Ricardo Cervera Committed by Android Git Automerger
Browse files

am b2a2d2c2: am e9fddfd8: am 0d18b091: Merge "docs: Add link to "Voice search...

am b2a2d2c2: am e9fddfd8: am 0d18b091: Merge "docs: Add link to "Voice search in your app" video." into lmp-docs

* commit 'b2a2d2c2':
  docs: Add link to "Voice search in your app" video.
parents 2a20f425 b2a2d2c2
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -2282,6 +2282,14 @@ public void dialPhoneNumber(String phoneNumber) {
    <li>"search for cat videos on myvideoapp"</li>
  </ul>
</div>
<!-- Video box -->
<a class="notice-developers-video"
   href="https://www.youtube.com/watch?v=PS1FbB5qWEI">
<div>
    <h3>Video</h3>
    <p>Voice search in your app</p>
</div>
</a>

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