On Dec 18, 10:38 am, Raj <[email protected]> wrote: > Hi, > > Is there any way to Format the SD card data, through Android SDK code? > > Regards, > Raj
It depends on what you mean by "format". If you'd just like to remove all files fro the SD then it is as simple as traversing all directories with java.io.File. Of course aproppriate permissions heve to be added to your apps Manifest.xml. But if you mean a "format" in file system sense http://en.wikipedia.org/wiki/Disk_formatting then you are not in luck. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

