Cordova camera clean up cache Android

I’m facing an issue with deleting the camera cache pictures , for example after taking the picture with the camera and crop it with (allow edit ) method , it generate the cropped one and original one , I move the cropped image path to db then display it but i can’t find a way to delete the original one . I figure out there $cordova.cleanup() for IOS , is there any for android

Any help would be much appreciated

You can try:
saveToPhotoAlbum: false attribute using ngCordova
http://ngcordova.com/docs/plugins/camera/

I’m not saving it to photo album
here’s my code http://stackoverflow.com/questions/42280776/cordova-list-files-in-directory-then-delete-them