I want to associate folder with my application, like WhatsApp and Viber does.
I tried to create folder
File folder = new File(Environment.getExternalStorageDirectory().getPath() + "/MyAppName");
folder.mkdir();
But that MyAppName
folder is not associated with my app and ES File Explorer can't recognize "what app created the folder?", I want ES File Explorer add the icon of my app to the folder.
What is the way that some apps use for create folders and let ES File Explorer recognize the folders?