I am downloading files and saving them to SDCard and want to capture a event when SDCard is full. Right now it throws IOException if no memory is left on SDCard.
How to distinguish the memory full exception then the other IOExceptions?
Cheers, Prateek