Skip to content

Commit

Permalink
permission needed for Picasso
Browse files Browse the repository at this point in the history
  • Loading branch information
Xrondev committed Apr 18, 2024
1 parent 5be8cda commit afb4ec2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.NFC" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES"/>


<application
android:allowBackup="true"
android:requestLegacyExternalStorage="true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ public boolean checkPermissions() {
Manifest.permission.READ_MEDIA_IMAGES,
Manifest.permission.WRITE_EXTERNAL_STORAGE,
Manifest.permission.RECORD_AUDIO,
Manifest.permission.POST_NOTIFICATIONS,
Manifest.permission.NFC,
};
if (!hasPermissions(permissions)) {
Expand Down

0 comments on commit afb4ec2

Please sign in to comment.