PiperOrigin-RevId: 451824740
This commit is contained in:
bachinger 2022-05-30 08:47:35 +00:00 committed by Marc Baechinger
parent a1b89561c1
commit 8aec86bde0

View File

@ -157,7 +157,7 @@ public final class MediaNotification {
* *
* @param notificationId The notification id to be used for {@link NotificationManager#notify(int, * @param notificationId The notification id to be used for {@link NotificationManager#notify(int,
* Notification)}. * Notification)}.
* @param notification A {@link Notification} that reflects the sate of a {@link MediaController} * @param notification A {@link Notification} that reflects the state of a {@link MediaController}
* and to send media commands to a {@link MediaSession}. The notification may be used to start * and to send media commands to a {@link MediaSession}. The notification may be used to start
* a service in the <a * a service in the <a
* href="https://developer.android.com/guide/components/foreground-services">foreground</a>. * href="https://developer.android.com/guide/components/foreground-services">foreground</a>.