Hi, I am having a fun time with the new Android 11 file permissions.
I copied a file over from my PC (via usb) to the devices download folder.
However, my app will not show the file in the list when I do System.IO.Directory.GetFiles(Path)
All the other files that are in there appear, but not any files I copy from my PC, how do I make that work? It works fine on earlier Android versions.
Path is from Android.OS.Environment.GetExternalStoragePublicDirectory(Android.OS.Environment.DirectoryDownloads)