docs: Add voice intent for starting a stopwatch

bug: 19931486
Change-Id: I9895966da1203e1f95ac29a61f9613548b8f2177
This commit is contained in:
Luan Nguyen
2015-03-31 12:32:53 -07:00
parent 37661db7fa
commit fcf7db9769

View File

@@ -130,6 +130,17 @@ named <code>MyNoteActivity</code>:
</td>
</tr>
<tr>
<td>Start stopwatch</td>
<td>"Ok Google, start stopwatch"</td>
<td>
<dl>
<dt>Action</dt>
<dd><code>com.google.android.wearable.action.STOPWATCH</code></dd>
</dl>
</td>
</tr>
<tr>
<td>Start/Stop a bike ride</td>
<td>"OK Google, start cycling"<br/><br/>"OK Google, start my bike ride"<br/><br/>"OK Google, stop cycling"</td>