diff options
author | John Spurlock <jspurlock@google.com> | 2014-04-03 16:37:27 -0400 |
---|---|---|
committer | John Spurlock <jspurlock@google.com> | 2014-04-04 15:21:53 -0400 |
commit | 6c191299a73388cd593809c0b66bafbd08fd2982 (patch) | |
tree | 86466cc5d46bb13d87ae71c906349957edd3a7fb /docs | |
parent | 8db6d9af58b9b81dbd764acd3f6a379afb539bf6 (diff) | |
download | frameworks_base-6c191299a73388cd593809c0b66bafbd08fd2982.zip frameworks_base-6c191299a73388cd593809c0b66bafbd08fd2982.tar.gz frameworks_base-6c191299a73388cd593809c0b66bafbd08fd2982.tar.bz2 |
Introduce new UI_MODE_TYPE_WATCH and qualifier.
Default ui mode to watch if we have FEATURE_WATCH.
Bug:13395758
Change-Id: Ie5ff95de60e69e91ad3612c7d2f1fca7f49061bd
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/guide/topics/resources/providing-resources.jd | 4 |
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 |