Skip to content

Commit

Permalink
Readd READ_EXTERNAL_STORAGE permission
Browse files Browse the repository at this point in the history
Because on Android 13 it is still needed to access the local files section
  • Loading branch information
SyncedSynapse committed Sep 16, 2022
1 parent f42f095 commit e867841
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ app/keystore.properties

# Keystores
*.keystore
*.jks

# Windows
.DS_Store
Expand Down
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<uses-permission android:name="android.permission.VIBRATE"/>
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />

<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<!-- Dangerous permissions -->
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" android:maxSdkVersion="29"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
Expand Down

0 comments on commit e867841

Please sign in to comment.