Possible Duplicate:
Perform a task on uninstall in android
My android app creates some folders on sd card when it is installed on device. Now If user uninstall the application, I would like to clean up these folders created at the time of creation...so is it possible to implement it in the android OS?