Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

1809 medialement class not found #1812

Merged

Conversation

bijington
Copy link
Contributor

Description of Bug

MediaElement throws on devices running lower than Android API 23 Java.Lang.ClassNotFoundException: Didn't find class android.media.PlaybackParams.

This PR prevents the use of android.media.PlaybackParams if running lower than API 23.

Issues Fixed

Behavioral Changes

PR Checklist

  • Has a linked Issue, and the Issue has been approved
  • Has tests (if omitted, state reason in description)
  • Has samples (if omitted, state reason in description)
  • Rebased on top of main at time of PR
  • Changes adhere to coding standard

@bijington
Copy link
Contributor Author

Note to self, add an entry to the docs indicating that minimum API of 23 is required for speed manipulation

@bijington bijington self-assigned this Feb 15, 2022
…:bijington/XamarinCommunityToolkit into feature/1809-medialement-class-not-found
Copy link
Contributor

@pictos pictos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bijington bijington enabled auto-merge (squash) February 16, 2022 23:28
@bijington bijington merged commit b767630 into xamarin:main Feb 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] MediaElement throws on some devices Java.Lang.ClassNotFoundException: Didn't find class "android.media.PlaybackParams"
2 participants