In Android 10 apps that need to access storage need to ask permission to access a concrete path. But apps like file explorer can ask permission for access to the root storag
you must add this line in your AndroidManifest.xml
android:requestLegacyExternalStorage="true"