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

camera:basic: don't request WRITE_EXTERNAL_STORAGE #1050

Merged
merged 1 commit into from
May 15, 2024

Commits on May 14, 2024

  1. camera:basic: don't request WRITE_EXTERNAL_STORAGE

    Not needed for writing to the SD card since KitKat, and the permission
    is auto-denied for targetSdkVersion 33+:
    https://developer.android.com/reference/android/Manifest.permission#WRITE_EXTERNAL_STORAGE
    
    This isn't really the right way to do this though. We're supposed to do
    https://developer.android.com/training/data-storage/use-cases?utm_source=lint&utm_medium=lint&utm_campaign=lint#capture-image-media
    
    Fixes android#1031
    DanAlbert committed May 14, 2024
    Configuration menu
    Copy the full SHA
    4b246d0 View commit details
    Browse the repository at this point in the history