We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a25526a + cd3ec7a commit 4899d6fCopy full SHA for 4899d6f
1 file changed
docs/html/guide/topics/resources/providing-resources.jd
@@ -573,6 +573,10 @@ which indicates the current device orientation.</p>
573
no display</li>
574
</ul>
575
<p><em>Added in API level 8, television added in API 13.</em></p>
576
+ <p>For information about how your app can respond when the device is inserted into or
577
+ removed from a dock, read <a
578
+ href="{@docRoot}training/monitoring-device-state/docking-monitoring.html">Determining
579
+and Monitoring the Docking State and Type</a>.</p>
580
<p>This can change during the life of your application if the user places the device in a
581
dock. You can enable or disable some of these modes using {@link
582
android.app.UiModeManager}. See <a href="runtime-changes.html">Handling Runtime Changes</a> for
0 commit comments