FileSystemStorage.delete() doesn't delete captured files on ALL android devices?
问题 According to this https://github.com/codenameone/codenameone/issues/411 (April 2015) it is the expected behaviour that the captured image are not deleted via FileSystemStorage.delete() in Android 4. That's what I get with my 4.4 device (CN1 version 3.4). Is it what will happen on every Android devices ? Is there a workaround to actually delete these captured photo programmaticaly (ie from my app) ? NB : as reported in the link above it works seamlessly in the simulator. Thank you, Cheers 回答1: