Fix: ACCESS_MEDIA_LOCATION 권한 추가하여 이미지 EXIF 누락되는 현상 수정#100
Draft
Hoseong-Ryu wants to merge 2 commits intomainfrom
Draft
Fix: ACCESS_MEDIA_LOCATION 권한 추가하여 이미지 EXIF 누락되는 현상 수정#100Hoseong-Ryu wants to merge 2 commits intomainfrom
Hoseong-Ryu wants to merge 2 commits intomainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
변경 내용
앱에서 이미지를 읽을 때 위치 EXIF가 누락될 수 있어 ACCESS_MEDIA_LOCATION 권한을 manifest에 추가
체크리스트
Notes
Draft로 올리는 이유
Android 공식 문서에서는 미디어 위치정보 접근 시 ACCESS_MEDIA_LOCATION runtime 요청이 필요하다고 안내 중
Android Developers - Access media files from shared storage
실기기 확인 과정에서는 기존 미디어 읽기 권한 허용 후 ACCESS_MEDIA_LOCATION 요청 시 별도 팝업이 보이지 않는 사례가 있고
Stack Overflow에도 보고되어 있음
ACCESS_MEDIA_LOCATION permission request is not showing prompt
Why is no permission box shown when I request ACCESS_MEDIA_LOCATION permission?
추가로 확인해봐야될 내용이 있을지 논의가 필요할 것 같아서 Draft로 올려봅니다~!