반응형 권한4 안드로이드 버전별 앨범 접근 권한 설정 가이드 안드로이드 버전별 앨범 접근 권한 설정 가이드1. 안드로이드 버전별 권한 변화안드로이드에서 미디어 파일(이미지, 동영상, 오디오)에 접근하는 방법은 버전별로 다르게 적용됩니다. 안드로이드 12까지는 READ_EXTERNAL_STORAGE 권한만으로 저장소의 모든 파일에 접근할 수 있었지만, 안드로이드 13부터는 미디어 타입별로 권한이 세분화되었습니다. 따라서 개발자는 안드로이드 버전에 맞춰 적절한 권한을 요청해야 합니다.2. 안드로이드 12 (API 31) 이전 버전안드로이드 12 및 그 이전 버전에서는 READ_EXTERNAL_STORAGE 권한을 선언하면 모든 미디어 파일(이미지, 동영상, 오디오)에 접근할 수 있었습니다.이전에는 이 권한만으로 미디어 파일을 읽어오는 데 문제가 없었으나, 안드로이드 .. 2025. 3. 24. How to fix when redirect (>) doesn't work because you don't have permission in Ubuntu (우분투에서 권한이 없다는 이유로 리다이렉션(>)이 안될 때 해결 방법) How to fix when redirect (>) doesn't work because you don't have permission in Ubuntu (우분투에서 권한이 없다는 이유로 리다이렉션(>)이 안될 때 해결 방법) 아래처럼 명령어를 내리면 /etc/udev/rules.d 내의 파일에 리다이렉션이 실패한다. 이유는 폴더가 root권한의 폴더이므로 일반 유저에겐 권한이 없기 때문이다. [English](If you issue the command as below, redirection to the file in /etc/udev/rules.d fails. The reason is that the folder is a folder with root privileges, so normal users.. 2022. 10. 13. Running as root without --no-sandbox is not supported - Solution(에러 해결 방법) [Linux][Qt] Running as root without --no-sandbox is not supported - Solution(에러 해결 방법) 문제 상황 Root권한으로 qt프로젝트나 크롬 실행 파일 등을 실행하면 나타나는 에러이다. (아래 에러 메시지) 이 에러로 인해 잘 동작중이던 프로그램이 crash되곤 한다. (This error appears when running a qt project or a chrome executable file with root privileges. (error message below) Due to this error, programs that were working well often crash.) > 해결 방법 sudo로 실행해서 발생한 에러이다. 보.. 2022. 10. 8. [Apple OS X / iOS] Adding permission (info.plist, entitlements.plist) 권한 추가하기 [Apple OS X / iOS] Adding permission (info.plist, entitlements.plist) [Apple OS X / iOS] 권한 추가하기 (info.plist, entitlements.plist) info.plist란 실행 패키지에 관한 설정 정보를 포함한 파일이다. 시스템이 이 파일의 값을 보고 앱에 필요한 설정을 세팅한다. (info.plist is a file containing configuration information about executable packages. The system looks at the value of this file and sets the necessary settings for the app.) info.plist 예시 (info.. 2022. 9. 29. 이전 1 다음 반응형