Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 73c9b9f0 authored by Kyunglyul Hyun's avatar Kyunglyul Hyun
Browse files

MediaRouter2: Fix javadoc

Add a disclamer and cleanups some comments.
Add a link to AndroidX media router.

Bug: 150291987
Test: N/A
Change-Id: I6ba5505b52a256ac4ee30b087524f2a4263e8df7
parent 6a9cd118
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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.
 */
+0 −1
Original line number Diff line number Diff line
@@ -369,7 +369,6 @@ public final class RoutingSessionInfo implements Parcelable {
        Bundle mControlHints;
        boolean mIsSystemSession;

        //TODO: Remove this.
        /**
         * Constructor for builder to create {@link RoutingSessionInfo}.
         * <p>