I want to create a folder in Internal storage root but NOT IN data/data. In my favorite path, except data/data, that user can see that in File Manager. What should I do?
I try many things like this:
String path = "my folder"+File.separator+"gallery";
File directory = new File(path);