Skip to content

Settings: fix media db dump on devices < A11

Duncan McNamara requested to merge Skantes/vlc-android:db-dump into master

On devices lower than Android 11, the hasAllAccess will usually be true, but they need the WRITE_EXTERNAL_STORAGE to be able to write. Because of this, the dump database is started, but then fails because they dont have write permission

Merge request reports