Commit 0d144366 by ibaker Committed by Ian Baker

Mark MediaSessionService.MediaNotification final

PiperOrigin-RevId: 406347510
parent 2c98e8bb
...@@ -274,7 +274,7 @@ public abstract class MediaSessionService extends Service { ...@@ -274,7 +274,7 @@ public abstract class MediaSessionService extends Service {
} }
/** A notification for media playback returned by {@link #onUpdateNotification(MediaSession)}. */ /** A notification for media playback returned by {@link #onUpdateNotification(MediaSession)}. */
public static class MediaNotification { public static final class MediaNotification {
/** The notification id. */ /** The notification id. */
@IntRange(from = 1) @IntRange(from = 1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment