I have been reading the documentation of the new way of saving files in android 11 and it is not clear to me ...
How could I save a file in /storage/emulated/0/
?
My code only works on android 9 or lower (android 10 if I use preserveLegacyExternalStorage property in manifest, but on android 11 it doesn't work)