diff options
| -rw-r--r-- | docs/html/topic/libraries/support-library/revisions.jd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/html/topic/libraries/support-library/revisions.jd b/docs/html/topic/libraries/support-library/revisions.jd index 1fe4daa22c2d..4b743d5d5b91 100644 --- a/docs/html/topic/libraries/support-library/revisions.jd +++ b/docs/html/topic/libraries/support-library/revisions.jd @@ -197,8 +197,17 @@ APK size, we recommend that you just list the specific modules your app needs. <li>{@link android.support.design.widget.Snackbar} now draws behind the navigation bar if the status bar is translucent. </li> + </ul> +<h4>MediaRouter library</h4> + +<p> + Bluetooth devices are no longer listed as media routes. Routing audio to + Bluetooth devices is now solely controlled at the Android system level. +</p> + + <h3 id="24-2-0-deprecations">Deprecations</h3> <p>Deprecated classes and methods are subject to removal in a future release. You should migrate away from these APIs as soon as possible.</p> |