Commit 8aec86bd by bachinger Committed by Marc Baechinger

Fix typo

PiperOrigin-RevId: 451824740
parent a1b89561
...@@ -157,7 +157,7 @@ public final class MediaNotification { ...@@ -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>.
......
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