diff options
| author | 2015-04-01 19:21:39 +0000 | |
|---|---|---|
| committer | 2015-04-01 19:21:41 +0000 | |
| commit | 7542c44ee45a195404eccf50a82df7903e2ecd9c (patch) | |
| tree | 4a8cb55db5820dd12e1f5601e6de428aab17bb37 | |
| parent | b2255d4f10230b51de373528aaee7b12cc9e2f2b (diff) | |
| parent | fcf7db9769d0c7858b44af491e48d2877944da2d (diff) | |
Merge "docs: Add voice intent for starting a stopwatch" into lmp-docs
| -rw-r--r-- | docs/html/training/wearables/apps/voice.jd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/html/training/wearables/apps/voice.jd b/docs/html/training/wearables/apps/voice.jd index 6d493196bfe4..3aef3c47ceb8 100644 --- a/docs/html/training/wearables/apps/voice.jd +++ b/docs/html/training/wearables/apps/voice.jd @@ -131,6 +131,17 @@ named <code>MyNoteActivity</code>: </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> <td> |