android Q对于文件读写引入了新特性,在这个版本中,READ_EXTERNAL_STORAGE和WRITE_EXTERNAL_STORAGE均受到了限制,无法再像之前的版本直接获取到文件。如果希望恢复之前的权限逻辑,可以在manifest文件中设置:
android:requestLegacyExternalStorage="true"
参考https://blog.csdn.net/Anhe0901/article/details/103018915
原文地址:https://www.cnblogs.com/kinoyo/p/12179549.html
时间: 2024-11-15 00:34:36