Android Q
-
MediaStore File 다루기 (Android ScopedStorage)Android 2019. 12. 11. 12:33
https://github.com/DNights/AndroidScopedStorageSample DNights/AndroidScopedStorageSample Android scoped storage sample project. Contribute to DNights/AndroidScopedStorageSample development by creating an account on GitHub. github.com SDK 29(Android Q/Android 10) 부터 ScopedStorage가 적용되어 외부 저장소에 접근이 제한되었습니다. 앱별 디렉터리의 경우 앱 제거시 저장된 파일 들이 같이 삭제가 됩니다. 미디어 컬랙션의 경우 지정된 위치의 폴더(DCIM, Pictures ...)에만 접근이 가능..