Loading services/core/java/com/android/server/media/MediaSession2Record.java +0 −4 Original line number Diff line number Diff line Loading @@ -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); } Loading Loading
services/core/java/com/android/server/media/MediaSession2Record.java +0 −4 Original line number Diff line number Diff line Loading @@ -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); } Loading