am 4899d6f7: am cd3ec7a2: am e9e40b43: Merge "add link to device dock lesson" into jb-dev

* commit '4899d6f7cc45268a4f8d734639fb3f03d39d9d4a':
  add link to device dock lesson
This commit is contained in:
Scott Main
2012-09-10 16:31:00 -07:00
committed by Android Git Automerger

View File

@@ -573,6 +573,10 @@ which indicates the current device orientation.</p>
no display</li>
</ul>
<p><em>Added in API level 8, television added in API 13.</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
and Monitoring the Docking State and Type</a>.</p>
<p>This can change during the life of your application if the user places the device in a
dock. You can enable or disable some of these modes using {@link
android.app.UiModeManager}. See <a href="runtime-changes.html">Handling Runtime Changes</a> for