Skip to content Skip to sidebar Skip to footer

How To Delete A Video Recorded Using An Intent With Action_video_capture?

I would like to remove a video that has been previously recorded using an Intent: Intent captureVideoIntent = new Intent( android.provider.MediaStore.ACTION_VIDEO

Solution 1:

This answer has how to get the path from a content URI. You should be able to pass its result to the File constructor.


Post a Comment for "How To Delete A Video Recorded Using An Intent With Action_video_capture?"