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

Check EXTRA_MIME_TYPES on incoming intent #404

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

moffatman
Copy link

What is it?

  • Bugfix
  • Feature
  • Codebase improvement

Description of the changes in your PR

  • Check Intent EXTRA_MIME_TYPES for image and video
  • Some code cleanup to fix isVideo && isImage

Fixes the following issue(s)

Acknowledgement

Some apps provide multiple mime types separated by either comma or pipe.

Without this, image/*,video/* only shows videos.
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.

When used as a picker, image/*,video/* intent only shows images
1 participant