Handling of android app uninstallation

394 Views Asked by At

I have created some files through my android application. I want to remove these files when the application is removed from the device. How can I get it done. Any help will be appreciated..

Thanks in advance..

3

There are 3 best solutions below

0
On BEST ANSWER
1
On

If you create them in the correct locations, they will be removed automatically.

0
On

Check up the storage section of Data Storage section of Dev Guide doc.

If you use those approaches other than external storage, your data will be automatically removed when uninstalling app.