OSDN Git Service

add link to device dock lesson
authorScott Main <smain@google.com>
Mon, 10 Sep 2012 23:20:08 +0000 (16:20 -0700)
committerScott Main <smain@google.com>
Mon, 10 Sep 2012 23:20:08 +0000 (16:20 -0700)
Change-Id: I7af36f89204d49f2a0a23c33376f2f343f3b1593

docs/html/guide/topics/resources/providing-resources.jd

index b0d5d6f..cf2c03e 100644 (file)
@@ -548,6 +548,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