I\'ve created a basic Audio Recording App using Media Recorder API\'s. I\'m trying to create a folder in the SD card and to save my recorded files to that folder. I\'m getti
If you want to ignore this warning, add this on the method: @SuppressWarnings("all")