mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2025-02-21 04:12:51 +08:00
Merge branch 'dev' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-camera into dev
This commit is contained in:
commit
a9546c4f49
@ -749,6 +749,7 @@ public class CameraLauncher extends CordovaPlugin implements MediaScannerConnect
|
||||
}
|
||||
Uri uri = Uri.parse(contentStore + "/" + id);
|
||||
this.cordova.getActivity().getContentResolver().delete(uri, null, null);
|
||||
cursor.close();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user