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

feat(camera): only request permission to save to the gallery for Android <= 9 #2222

Merged
merged 2 commits into from
Oct 24, 2024

Commits on Oct 24, 2024

  1. fix(android): only request permissions to the gallery for Android <= …

    …9 (API 28)
    
    Context: For Android >= 10, we don't need to request permissions to save the photo to the gallery. More info here: https://developer.android.com/media/camera/camera-deprecated/photobasics#TaskPath
    
    References: https://outsystemsrd.atlassian.net/browse/RMET-3767
    alexgerardojacinto committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    efc20e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f5f5dd View commit details
    Browse the repository at this point in the history