Possible Duplicate:
How to delete entire contents of sdcard programmatically in Andriod 2.2
I have a security app and currently I am using DeviceAdminReceiver to wipe the phone when user request. DeviceAdminReceiver did wipe the phone successful, however not the sd card.
Anyone know how to programmatically wipe SD on android? Thanks.