Thanks for all your decisions! At least I know that my application cannot detect deletion.
But I solved the problem of deleting all the corresponding folders created by my application by placing the corresponding folders in the context.getExternalFilesDir(null).getAbsolutePath() folder
Everytime Android uninstall ur, and it will delete everything in the /mnt/sdcard/Android/data/com.yourapp.com folder.
context.getExternalFilesDir(null).getAbsolutePath(); put the ur folders inside the /mnt/sdcard/Android/data/com.yourapp.com folder.
source share