Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for new Android media and alarm permissions #933

Merged

Conversation

YannickMaljaars
Copy link
Contributor

✨ What kind of change does this PR introduce? (Bug fix, feature, docs update...)

Added support for the new Android 13 permissions: SCHEDULE_EXACT_ALARM, READ_MEDIA_IMAGES, READ_MEDIA_VIDEO and READ_MEDIA_AUDIO

⤵️ What is the current behavior?

No support

🆕 What is the new behavior (if this is a feature change)?

Permissions supported

💥 Does this PR introduce a breaking change?

No

🐛 Recommendations for testing

📝 Links to relevant issues/docs

859

🤔 Checklist before submitting

  • I made sure all projects build.
  • I updated pubspec.yaml with an appropriate new version according to the pub versioning philosophy.
  • I updated CHANGELOG.md to add a description of the change.
  • I followed the style guide lines (code style guide).
  • I updated the relevant documentation.
  • I rebased onto current master.

@codecov
Copy link

codecov bot commented Oct 6, 2022

Codecov Report

Base: 86.51% // Head: 86.51% // No change to project coverage 👍

Coverage data is based on head (bf96053) compared to base (14a22a0).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #933   +/-   ##
=======================================
  Coverage   86.51%   86.51%           
=======================================
  Files           6        6           
  Lines          89       89           
=======================================
  Hits           77       77           
  Misses         12       12           
Impacted Files Coverage Δ
...andler_platform_interface/lib/src/permissions.dart 91.66% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@YannickMaljaars YannickMaljaars marked this pull request as ready for review October 6, 2022 09:39
Copy link
Member

@mvanbeusekom mvanbeusekom left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants