Skip to content

Commit

Permalink
Request READ_EXTERNAL_STORAGE on older android versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Susko3 committed Dec 1, 2023
1 parent 3d1f10b commit e0eea07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osu.Android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
<!-- for editor usage -->
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES" />
<uses-permission android:name="android.permission.READ_MEDIA_AUDIO" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" android:maxSdkVersion="32"/>
</manifest>

0 comments on commit e0eea07

Please sign in to comment.