Skip to content

Commit

Permalink
feat: Access all files, not only media files to be able to read files…
Browse files Browse the repository at this point in the history
… created by original Saber by my Debug version
  • Loading branch information
QubaB committed Feb 15, 2025
1 parent 4241ac2 commit 7f45b1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<!-- Needed for reading files opened with the app -->
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<!-- Needed for reading all files of app -->
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE"/>

<!-- Install update APKs -->
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
Expand All @@ -17,6 +19,7 @@
<uses-permission android:name="android.permission.READ_MEDIA_AUDIO" tools:node="remove" />

<application
android:requestLegacyExternalStorage="true"
android:label="Saber"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher"
Expand Down

0 comments on commit 7f45b1d

Please sign in to comment.