I'm using File object to delete all the files in a folder. There's no problem deleting internal storage files, but it doesn't works with external SD Card.
I also activated Permissions:
READ_EXTERNAL_STORAGE
WRITE_EXTERNAL_STORAGE
and it's not working.
(Also try to activale ALL permissions... with no results...)
It's not possible to delete external files?
Build API: 23