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

Commit 93a376ec authored by Sungsoo Lim's avatar Sungsoo Lim
Browse files

Use link in the doc for MediaSession2Service

Test: build
Change-Id: I3990b7d0b42c9119ab21493aa71bf0ac98abccc5
parent 5fa44163
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.