Merge "MediaRouter2: Fix javadoc" into rvc-dev am: 82f3ed2925 am: 9959826109 am: d312963059 am: f93518e45f

Change-Id: I00a75f83976f9ba7e443e7064013c3d3a4051079
This commit is contained in:
Automerger Merge Worker
2020-03-09 04:04:43 +00:00

View File

@@ -47,6 +47,11 @@ import java.util.concurrent.atomic.AtomicInteger;
import java.util.stream.Collectors;
/**
* This API is not generally intended for third party application developers.
* Use the <a href="{@docRoot}jetpack/androidx.html">AndroidX</a>
<a href="{@docRoot}reference/androidx/mediarouter/media/package-summary.html">Media Router
* Library</a> for consistent behavior across all devices.
*
* Media Router 2 allows applications to control the routing of media channels
* and streams from the current device to remote speakers and devices.
*/