mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Mark MediaSessionService.MediaNotification final
PiperOrigin-RevId: 406347510
This commit is contained in:
parent
2c98e8bb4f
commit
0d144366c3
1 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,7 @@ public abstract class MediaSessionService extends Service {
|
|||
}
|
||||
|
||||
/** A notification for media playback returned by {@link #onUpdateNotification(MediaSession)}. */
|
||||
public static class MediaNotification {
|
||||
public static final class MediaNotification {
|
||||
|
||||
/** The notification id. */
|
||||
@IntRange(from = 1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue