0

After uninstalling an application how to delete the residual files the app leaves behind ( programmatically ) Thanks in advance.

Bhanu Sharma
  • 5,135
  • 2
  • 24
  • 49
  • possible duplicate of [How to delete files created by the application on uninstall?](http://stackoverflow.com/questions/1222269/how-to-delete-files-created-by-the-application-on-uninstall) – Narendra Singh Jul 13 '15 at 06:42

1 Answers1

1

Resources inside directory of your package name is cleared automatically when uninstalled the app. To delete related sdcard data third party apps give option to remove it Implicitly e.g. Clean master app gives that option.

Nilay Dani
  • 896
  • 6
  • 24