파일프로바이더 썸네일형 리스트형 FileProvider 예제 [카메라로 찍은 사진 가져오기] 💡 PhotoActivity.kt, activity_photo.xml, file_paths.xml, Manifest.xml 사진찍고 사진을 저장 → 이미지뷰에 띄우기(Bitmap) 예제를 해보겠습니다. Manifest에 내 사진을 접근해줄 Provider추가. application 내부 //접근할 위치? 라고 생각하면 될듯하다. android.support.v4.content.FileProvider에서 불러오면 안된다. 2020. 5월에 라이브러리 관리 중단 getBitmap()함수는 API29에서 더이상 지원하지 않는다. 버전별로 분기를 나누면 될듯하다. file_paths.xml activity_photo.xml PhotoActivity.kt onCreate 권한요청 if (Build.VERSION... 더보기 이전 1 다음