summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorZak Cohen <zakcohen@google.com>2016-12-12 15:21:21 -0800
committerZak Cohen <zakcohen@google.com>2017-01-11 11:44:47 -0800
commit1a6acdbb86c3e72bdb0a4dcab3bda58cbc4ea34c (patch)
tree1b243f434a14a25dc0eb39097293c3f27b74a54a /docs
parent3c6f28aa5968b1edb823495efa15e7358de5261e (diff)
downloadbase-1a6acdbb86c3e72bdb0a4dcab3bda58cbc4ea34c.tar.gz
Introduce new UI_MODE_TYPE_VR_HEADSET and qualifier.
Bug: 30989383 Test: Unit test for aapt2 Change-Id: I66dc65af6327b94fed74538bee08cada0b8be4fa
Diffstat (limited to 'docs')
-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 99aeb4379eeb..77e8d7720c61 100644
--- a/docs/html/guide/topics/resources/providing-resources.jd
+++ b/docs/html/guide/topics/resources/providing-resources.jd
@@ -593,6 +593,7 @@ which indicates the current device orientation.</p>
<code>television<br/>
<code>appliance</code>
<code>watch</code>
+ <code>vrheadset</code>
</td>
<td>
<ul class="nolist">
@@ -605,8 +606,9 @@ which indicates the current device orientation.</p>
<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>
+ <li>{@code vrheadset}: Device has a virtual reality capable display and is showing the the apps UI on a virtual display</li>
</ul>
- <p><em>Added in API level 8, television added in API 13, watch added in API 20.</em></p>
+ <p><em>Added in API level 8, television added in API 13, watch added in API 20, vrheadset added in API 26.</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