Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5f105a1e authored by RoboErik's avatar RoboErik
Browse files

Another javadoc fix

Change-Id: I7a569a1583f87153f68d492a7500ffceac2ed3ae
parent 9524ed59
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,8 +39,8 @@ import java.util.ArrayList;
 * A MediaSession is created by calling
 * {@link MediaSessionManager#createSession(String)}. Once a session is created
 * apps that have the MEDIA_CONTENT_CONTROL permission can interact with the
 * session through {@link MediaSessionManager#listActiveSessions()}. The owner
 * of the session may also use {@link #getSessionToken()} to allow apps without
 * session through {@link MediaSessionManager#getActiveSessions()}. The owner of
 * the session may also use {@link #getSessionToken()} to allow apps without
 * this permission to create a {@link MediaController} to interact with this
 * session.
 * <p>