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

Commit d133e9f4 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Use link in the doc for MediaSession2Service"

parents c5a7c295 93a376ec
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ import java.util.concurrent.Executor;

/**
 * Allows an app to interact with an active {@link MediaSession2} or a
 * MediaSession2Service which would provide {@link MediaSession2}. Media buttons and other
 * {@link MediaSession2Service} which would provide {@link MediaSession2}. Media buttons and other
 * commands can be sent to the session.
 * <p>
 * This API is not generally intended for third party application developers.
@@ -53,7 +53,6 @@ import java.util.concurrent.Executor;
 * <a href="{@docRoot}reference/androidx/media2/package-summary.html">Media2 Library</a>
 * for consistent behavior across all devices.
 */
// TODO: use @link for MediaSession2Service
public class MediaController2 implements AutoCloseable {
    static final String TAG = "MediaController2";
    static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ import java.util.List;
import java.util.Objects;

/**
 * Represents an ongoing {@link MediaSession2} or a MediaSession2Service.
 * Represents an ongoing {@link MediaSession2} or a {@link MediaSession2Service}.
 * If it's representing a session service, it may not be ongoing.
 * <p>
 * This API is not generally intended for third party application developers.