Skip to content

Move permissions from sample android manifest to Media Element#2500

Merged
TheCodeTraveler merged 2 commits intoCommunityToolkit:mainfrom
ne0rrmatrix:UpdateManifestFragrments
Feb 10, 2025
Merged

Move permissions from sample android manifest to Media Element#2500
TheCodeTraveler merged 2 commits intoCommunityToolkit:mainfrom
ne0rrmatrix:UpdateManifestFragrments

Conversation

@ne0rrmatrix
Copy link
Copy Markdown
Member

@ne0rrmatrix ne0rrmatrix commented Feb 10, 2025

  • Bug fix ?

Description of Change

This will remove the need for developers to add any permissions beyond the basic network state and any app specific permissions they need. Media Element will add permissions directly as xml fragments to android manifest. This will allow us to add them during build process and no longer require users to add them manually. We have had a number of developers who have had issues with setting them. We have a few bug reports where adding the required permissions fixes the issues listed.

Linked Issues

PR Checklist

Additional information

Documentation will need to be updated to reflect changes. We will no longer require users to add permissions for media element. It will be generated automatically. Link to discussion: #2437

…ctly from MediaElement. This will allow us to automatically generate the required permission in any app and remove the need for developers to add them. Updating the documention to reflect changes will be needed.
@ne0rrmatrix ne0rrmatrix marked this pull request as ready for review February 10, 2025 01:40
@ne0rrmatrix
Copy link
Copy Markdown
Member Author

Documentation Has been added.

@TheCodeTraveler TheCodeTraveler merged commit d6774fc into CommunityToolkit:main Feb 10, 2025
10 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Feb 11, 2025
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 Android video player throws exception

3 participants