我正在使用原生Android相机并将文件保存到我的应用程序数据文件夹(/mnt/sdcard/Android/data/com.company.app/files/Pictures/)。同时将照片的另一副本保存到DCIM文件夹中。这是我的代码:Intentintent=newIntent(MediaStore.ACTION_IMAGE_CAPTURE);StringformattedImageName=getDateString()+".jpg";Fileimage_file=newFile(this.getExternalFilesDir(Environment.DIRECTORY_