3

How to delete cache from the cache folder of the android phone from internal storage

using this code but it didn't worked for me

File cacheDir = context.getCacheDir();
File[] files = cacheDir.listFiles();
if (files != null) {
for (File file : files)
file.delete();}
Ankita Singh
  • 304
  • 3
  • 17

0 Answers0