当前位置:首页 > 移动开发 > 正文

android Q(10) 拍照相机 照片存入失败

2024-03-31 移动开发

android Q对于文件读写引入了新特性,在这个版本中,READ_EXTERNAL_STORAGE和WRITE_EXTERNAL_STORAGE均受到了限制,无法再像之前的版本直接获取到文件。如果希望恢复之前的权限逻辑,可以在manifest文件中设置:

android:requestLegacyExternalStorage="true"

参考https://blog.csdn.net/Anhe0901/article/details/103018915

温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/yidong/11781.html