I am facing this problem that, when I uninstall my app folder still available in the sdcard path,
What should I do to remove it ?
please suggest something to make it happen ...
Use getExternalFilesDir() and/or getExternalCacheDir() for your files on external storage ("sdcard"). Those directories are automatically removed when your app is uninstalled.
getExternalFilesDir()
getExternalCacheDir()
Beyond this, nothing else is possible, as you do not get control when your app is removed.
1.4m articles
1.4m replys
5 comments
57.0k users