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

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

Merge "Remove outdated TODO in MediaSession2Record" into main

parents 3e05d724 70178a20
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -224,10 +224,6 @@ public class MediaSession2Record implements MediaSessionRecordImpl {
                mIsConnected = true;
                service = mService;
            }

            // TODO (b/318745416): Add support for FGS in MediaSession2. Passing a
            // null playback state means the owning process will not be allowed to
            // run in the foreground.
            service.onSessionActiveStateChanged(MediaSession2Record.this,
                    /* playbackState= */ null);
        }