summaryrefslogtreecommitdiffstats
path: root/docs/html
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2014-04-04 19:34:11 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-04-04 19:34:11 +0000
commit0a0454fdcc7aeac6e57f9466da8f39bcf5f3f6ec (patch)
treeee5502e236507ebf43a8b365bcf10466b49be61b /docs/html
parentdd79334f7ecb39135058c2049cd933b4b930a3d1 (diff)
parent642421aa7f284817cc1a972a7f9c7a64696a0116 (diff)
downloadframeworks_base-0a0454fdcc7aeac6e57f9466da8f39bcf5f3f6ec.zip
frameworks_base-0a0454fdcc7aeac6e57f9466da8f39bcf5f3f6ec.tar.gz
frameworks_base-0a0454fdcc7aeac6e57f9466da8f39bcf5f3f6ec.tar.bz2
am 642421aa: am 5c31e487: Merge "Introduce new UI_MODE_TYPE_WATCH and qualifier." into klp-modular-dev
* commit '642421aa7f284817cc1a972a7f9c7a64696a0116': Introduce new UI_MODE_TYPE_WATCH and qualifier.
Diffstat (limited to 'docs/html')
-rw-r--r--docs/html/guide/topics/resources/providing-resources.jd4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/html/guide/topics/resources/providing-resources.jd b/docs/html/guide/topics/resources/providing-resources.jd
index aec7fa7..bf16630 100644
--- a/docs/html/guide/topics/resources/providing-resources.jd
+++ b/docs/html/guide/topics/resources/providing-resources.jd
@@ -562,6 +562,7 @@ which indicates the current device orientation.</p>
<code>desk</code><br/>
<code>television<br/>
<code>appliance</code>
+ <code>watch</code>
</td>
<td>
<ul class="nolist">
@@ -573,8 +574,9 @@ which indicates the current device orientation.</p>
non-pointer interaction</li>
<li>{@code appliance}: Device is serving as an appliance, with
no display</li>
+ <li>{@code watch}: Device has a display and is worn on the wrist</li>
</ul>
- <p><em>Added in API level 8, television added in API 13.</em></p>
+ <p><em>Added in API level 8, television added in API 13, watch added in API 20.</em></p>
<p>For information about how your app can respond when the device is inserted into or
removed from a dock, read <a
href="{@docRoot}training/monitoring-device-state/docking-monitoring.html">Determining