I am unable to read the data stored in the external storage directory even after giving the READ_EXTERNAL_STORAGE
permissions in manifest.xml
file.
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
In the android device monitor of my emulator, I can see that my storage directory doesn't have all the required permissions. The link is below.
android device monitor screenshot
Can someone please help me with this.