I have used the Android internal storage to save a file for my application (using openFileOutput) but I would like to delete that file, is it possible and how?<
openFileOutput
Use delete method of File
delete