I'm starting a simple app for storing recorded videos on a new specific folder. I create a new folder in /Download, then call the camcorder component to start a video. After recording, it is supposed to move the file to the folder using the Taifun File extension. I can see the video on the new folder, but the app seems to be creating a copy of the file, keeping the orinigal video.
Is it correct? I don't want to keep both files. How can I move the original file, or delete it after copied?
Yes, there is a bug on Android 11+.
The created video (using the Camcorder component) cannot be deleted (on Android 11+). It seems that this video file is created by another app. Since it is a media file, it can therefore be read with READ permission, but not written to (not deleted). @ewpatton
I checked it with the File component, TaifunFile and FileTools extensions.