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

Commit 1682f7a8 authored by Kyunglyul Hyun's avatar Kyunglyul Hyun Committed by Android (Google) Code Review
Browse files

Merge "Link MediaRouter2 from MediaRouter"

parents 0d8fea17 f108d2f5
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -64,7 +64,12 @@ import java.util.concurrent.CopyOnWriteArrayList;
 *
 * <p>The media router API is not thread-safe; all interactions with it must be
 * done from the main thread of the process.</p>
 *
 * <p>
 * We recommend using {@link android.media.MediaRouter2} APIs for new applications.
 * </p>
 */
//TODO: Link androidx.media2.MediaRouter when we are ready.
@SystemService(Context.MEDIA_ROUTER_SERVICE)
public class MediaRouter {
    private static final String TAG = "MediaRouter";