새로 알게된 정보 이므로 기록합니다.
파일을 읽고, 쓸때에 우리는 Manifest에 다음과같이 권한을 추가해줍니다.
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
아래와 같은 이유로 앞으로는 쓰기권한만 선언해 주어도 되겠습니다.
'안드로이드' 카테고리의 다른 글
[Android] 이미지뷰 maxWidth 넣기 (0) | 2022.01.23 |
---|---|
[Android] Could not resolve all dependencies for configuration ':app:debugRuntimeClasspath' 에러 기록 (0) | 2022.01.16 |
[Android] RecyclerView 스크롤시 아이템 뒤섞이는 현상 (0) | 2021.09.05 |
[Android] EditText UnderLine 제거하기 (0) | 2021.06.16 |
[Android] EditText 공백 및 한글 막기 (0) | 2021.06.13 |