Skip to content

Commit

Permalink
Feat: 외부 파일 접근 권한 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
kimyujin-com committed Feb 19, 2024
1 parent a2926ff commit 2c6152e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
xmlns:tools="http://schemas.android.com/tools">

<uses-permission android:name="android.permission.INTERNET" />
<!--갤러리 오픈 권한-->
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

<application
android:allowBackup="true"
Expand Down

0 comments on commit 2c6152e

Please sign in to comment.