Fix error in documentation string
The current javadoc refers to the SessionCallback#onConnected, which doesn't exist. PiperOrigin-RevId: 510261965 (cherry picked from commit fc642eb45f6c997a2a501bcc3ea19043cd9911eb)
This commit is contained in:
parent
6a273a5f90
commit
3b00561b49
@ -371,7 +371,7 @@ public class MediaSession {
|
|||||||
* @param remoteUserInfo The remote user info.
|
* @param remoteUserInfo The remote user info.
|
||||||
* @param trusted {@code true} if trusted, {@code false} otherwise.
|
* @param trusted {@code true} if trusted, {@code false} otherwise.
|
||||||
* @param cb ControllerCb. Can be {@code null} only when a MediaBrowserCompat connects to
|
* @param cb ControllerCb. Can be {@code null} only when a MediaBrowserCompat connects to
|
||||||
* MediaSessionService and ControllerInfo is needed for SessionCallback#onConnected().
|
* MediaSessionService and ControllerInfo is needed for {@code SessionCallback#onConnect()}.
|
||||||
* @param connectionHints A session-specific argument sent from the controller for the
|
* @param connectionHints A session-specific argument sent from the controller for the
|
||||||
* connection. The contents of this bundle may affect the connection result.
|
* connection. The contents of this bundle may affect the connection result.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user