Help me to understand. I'm trying to just create a folder with subfolders in the sdcard root.
new File(path).mkdirs(); path - / storage / sdcard1 / GetGeo / backups / 160516164519
mkdirs always returns false (folder is not created)
prescribed in the manifesto
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> through it I can create a folder 
Help me to understand
- why may not work
- how to solve a problem
A similar algorithm with path - / storage / sdcard0 / GetGeo / backups / 160516164519 (i.e., internal memory) works (i.e. all folders and subfolders are created)
On the hands while two devices 5.1.1 and 5.1 and on both the problem. We know about requestpermissions on 6+. So far, I only checked for android below 6
