After updating to Android 6.0.1 i can't find the files on my sdcard programmatically.
The SD Card directory shows now "storage/9C33-6BBD/"
After this path I has my data. How i can get them ?
System.getenv("SECONDARY_STORAGE");System.getenv("EXTERNAL_STORAGE")Environment.getExternalStorageDirectory()
Doesn't work
Before updating Androiud it works well.