Transformat
Results
2
comments of
Transformat
You can use this code to delete all the files static public boolean deleteDirectory(File path) { if( path.exists() ) { File[] files = path.listFiles(); if (files == null) { return...
Yes this will indeed do the job but it will still fill up space in the phone. Which is not a good practice.