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