Can't read data from external storage android emulator
问题 I'm creating an application where I want to read data from external storage (i.e get list of files and folders similar to file explorer) I have written the code it works fine on an actual device but in android emulator it only gives path and name of external storage from Environment.getExternalStorageDirectory() But when I try to list files and folders using the file.listFiles() function in java it returns null even though there are folders and files in that directory, This works fine on an