07-06-2011 08:26 AM
Hi ,
I'm saving some File data in my SDCard.I'm creating a folder in it.The problem is while uninstallation of the Application from device the folder on SDCard still remains.Is there any way to delete the folder while uninstallation of Application.
Any suggestions.
Thanks & Regards,
Sree Harsha.P
07-14-2011 03:03 AM
Hi All,
This is an urgent requirement.Please help out.
Harsha
07-19-2011 03:03 PM
Look at CodeModuleListener. As far as I know, this is the only supported API that attempts to notify an application on deletion.
ANother alternative is to have a 'watching' app that notices when its watched app is removed - perhaps because the Persistent Data associated with the app is removed.
07-21-2011 01:09 AM
Thank you very much for the reply.
i'll try out CodeModuleListener.
Harsha
01-20-2012 03:01 AM
Harsha,
Did you try CodeModuleListener? Did it work out?
Regards,
-Deepak