将 .3gp 文件从一个目录 "External Dir" 移动或复制到 Android 中的另一个外部目录

Move or copy .3gp files from one directory "External Dir" to another External directory in Android

我正在检查一些录制的音频并标记它们。我想做的是在标记音频并按下提交按钮后,我想将这些音频“.3gp 文件”移动到另一个目录,以便下次打开 Recyclerview 时不会出现这些音频。

经过一些研究,我的同事找到了文件 input/output 流的 Apache IO 库。 “https://github.com/apache/commons-io”这个库有助于处理 input/output 文件流。除此之外,我们还可以使用 FileUtils.copy(fileInputStream,FileOutputStream) 但它至少需要 API 29.