thibseisel / android-odeon

A simple but efficient music player on Android.
Apache License 2.0
69 stars 9 forks source link

Handle Scoped Storage enforcements on Android 11+ #27

Closed thibseisel closed 2 years ago

thibseisel commented 2 years ago

Scoped Storage makes it impossible for an app to delete media files without the user having to give explicit consent. This handles this restriction by notifying ViewModel and activity of a required user consent.