Issue
Folder is creating Successfully but the location is something like storage/emualted/0
I'm using Enviroment.getExternalStorageDirectory methods
I want to create publicily available folder which i could save my app's data what should i do?
Solution
use Context#getFilesDir() orContext#getCacheDir()
Answered By - perfect puzzle
Answer Checked By - Katrina (JavaFixing Volunteer)