(I've spent many hours searching on the forum but can't find the answer, it might be there but I can't find it!)
Is it possible to list/ read files from folders, such as DCIM, in newer versions of Android? And if so how?
https://www.b4x.com/android/forum/threads/android-jar-targetsdkversion-minsdkversion.87610/#content seems to indicate that it's not possible at all in sdk 30+
Is it possible to list/ read files from folders, such as DCIM, in newer versions of Android? And if so how?
https://www.b4x.com/android/forum/threads/android-jar-targetsdkversion-minsdkversion.87610/#content seems to indicate that it's not possible at all in sdk 30+
It will not work with targetSdkVersion=30. Avoid using File.DirRootExternal. Either use File.DirInternal or RuntimePermissions.GetSafeDirDefaultExternal.