Skip to content

OnGetSeesionFromMediaLibraryService #1195

@pidnee

Description

@pidnee

Android framework version

net8.0-android

Affected platform version

VS2022

Description

There is a typo in the Medialibrarysession somewhere, its preventing me building a player.

If I use OnGetSeesionFromMediaLibraryService I get no error in my code until I try to build it, then I get Java errors from my C# project. Can someone please fix the typo?

Steps to Reproduce

FIle New Android Project.

Add the usings, then

public override MediaLibrarySession OnGetSessionFromMediaLibraryService(MediaSession.ControllerInfo controllerInfo) gives an error.

public override MediaLibrarySession OnGetSeesionFromMediaLibraryService(MediaSession.ControllerInfo controllerInfo)

Works but does not build.

Did you find any workaround?

No response

Relevant log output

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions