Hello,
May I ask what the correct way is to give the path of an .mp3 music file on SD card for function getFileName() ?
@Override
protected String getFileName() {
return "path to your audio file";
}
I tried several ways, but I always get java.io.FileNotFoundException. I use a KitKat based phone for testing.

Any help would be appreciated! Thank you in advance!
Regards,
Daniel
Hello,
May I ask what the correct way is to give the path of an .mp3 music file on SD card for function getFileName() ?
I tried several ways, but I always get java.io.FileNotFoundException. I use a KitKat based phone for testing.

Any help would be appreciated! Thank you in advance!
Regards,
Daniel