I would like to create a directory in the main Pictures directory. I can't get the proper pictures directory to return, I can only get /storage/emulated/0
String path = Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_PICTURES)
+ myFolderName;
Permission is present:
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />