I created an application which creates and stores files to sdcard. Is there a way to bind the folder with application in order to delete all files when the user runs uninsta
if you want to store large data then store it in external storage with file path name such as
Environment.getExternalStorageDirectory().toString()+"/Android/data/packageName"
where package name is your app package name eg com.think.abc