Can i create a folder into the root of internal storage (ex. on my gs4 /storage/emulated/0/MY_FOLDER). in this pah are present many folder of other app, like viber,audijo whatsapp so i think that it's possible.
Thank you
the code
File folder = new File( Environment.getDataDirectory().getAbsolutePath() + "/storage/emulated/0/MyFolder");
folder.mkdir();