I'm trying to delete some files or directories from the internal memory (ASUS TF101) using the commands File.delete(). However, using the Android File explorer I can see how the files are removed, but using the Windows explorer they still show there.
I solved a similar issue when adding files just creating a MediaScannerConection (and using the method scanFile).
Does anyone know how to solve this problem? Of course it´s not acceptable to restart the device as the final user will not like this "solution".