Skip to content

Commit

Permalink
[skip ci] missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunicorn committed Feb 6, 2025
1 parent a7068ae commit b78ee00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" tools:replace="android:maxSdkVersion" android:maxSdkVersion="32" />

<!-- clear unnecessary permission requests -->
<uses-permission android:name="android.permission.READ_MEDIA_VISUAL_USER_SELECTED" android:minSdkVersion="33" />
<uses-permission android:name="android.permission.READ_MEDIA_AUDIO" tools:node="remove" />
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES" tools:node="remove" />
<uses-permission android:name="android.permission.READ_MEDIA_VIDEO" tools:node="remove" />
<application
android:label="Acter"
Expand Down

0 comments on commit b78ee00

Please sign in to comment.