From c73d67f3f1410cac5794dea61676d51e2c36c03a Mon Sep 17 00:00:00 2001
From: Scott Main
Date: Mon, 10 Sep 2012 16:20:08 -0700
Subject: [PATCH] add link to device dock lesson
Change-Id: I7af36f89204d49f2a0a23c33376f2f343f3b1593
---
docs/html/guide/topics/resources/providing-resources.jd | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/docs/html/guide/topics/resources/providing-resources.jd b/docs/html/guide/topics/resources/providing-resources.jd
index b0d5d6fc21ee0..cf2c03e80fa4b 100644
--- a/docs/html/guide/topics/resources/providing-resources.jd
+++ b/docs/html/guide/topics/resources/providing-resources.jd
@@ -548,6 +548,10 @@ which indicates the current device orientation.
no display
Added in API level 8, television added in API 13.
+ For information about how your app can respond when the device is inserted into or
+ removed from a dock, read Determining
+and Monitoring the Docking State and Type.
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 Handling Runtime Changes for